Entering React after learning JavaScript
A brief introduction to React, its benefits, and why it would help you to learn JavaScript before learning React.
Why learn React?
Innovation
React can be integrated seamlessly with any other library or framework because React is a view only library, (it is the view part of the Model View Controler MVC architectural UI pattern). The freedom to use any other framework and library makes it possible to experiment and so to innovate.
...