React is one of the most popular JavaScript frameworks ever. It is possible to build React components by composing them together. The idea of having the power to create a UI by combining any one or more components makes it incredibly powerful. It follows a Unidirectional Data Flow concept which means that data has one, and only one, way to be transferred.
Table of contents
IntroductionA Powerful Composition ModelUnidirectional Data FlowDeclarative UIUtilizes "Core JavaScript" features - Minimal Custom APIThe Right Abstraction4 Comments
Sort: