github 4 years ago
software development #Web Development

GitHub Top 25 | 02 - Facebook React JS (148.4k)

Created and backed by Facebook, React is a declarative, efficient, and flexible JavaScript library for building user interfaces. Because of its declarative nature, it makes it painless to create interactive UIs. Keep your state out of the DOM by using encapsulated components that manage their own state.

React (also known as React.js or ReactJS) is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies.


React can be used as a base in the development of single-page or mobile applications. However, React is only concerned with rendering data to the DOM, and so creating React applications usually requires the use of additional libraries for state management and routing.


Redux and React Router are respective examples of such libraries.

GitHub