September 2018
Beginner
156 pages
3h 28m
English
React is a JavaScript library that provides a set of components and services and enables you to build user interfaces.
Here is a quote from reactjs.org:
The library is developed and maintained by Facebook and is licensed under MIT. It's extensively used in building various applications at Facebook, including Facebook web and Instagram web.
React enables you to build view components that get updated when the application's state changes. The state here could refer to the underlying domain data, or it may reflect where the user is in the application journey. React ensures that the view components reflect the application state. ...
Read now
Unlock full access