Getting started with ReactJS

ReactJS is all the rage in the JavaScript community. It allows you to build an apps UI as discrete components that pass the data in a one-way reactive flow. It's a library just for the view of MVC. But it's not a framework.

I've been using ReactJS for a proof of concept at work and using the mobile library React Native for my local web meetup project Smart Solar.

Things I like about ReactJS:

My learning path to get started with ReactJS was the following:

 

 

Tags:
 javascript,
 learning,
 reactjs,
 development