Categories
Posts

React.js Tutorial

A very well done “React.js Introduction For People Who Know Just Enough jQuery To Get By” by Shu Uesugi:

Of people who have never tried out React, some are comfortable with frontend JS frameworks like Backbone, Ember, or Angular. Some know JavaScript pretty well. Some know just enough jQuery to get by. A tutorial that’s effective for one group may not be optimal for the other groups.

In this tutorial, I’m targeting the third group I mentioned: people who know just enough jQuery to get by.

My favorite part is the use of embedded JS Bin items. This makes it easy to do the code examples inline with the tutorial. I recommend trying it out, even if you already know ReactJS, just to see what the experience is like with this approach.