Getting started with React
Notes from Pluralsight's excellent React path courses..
Notes are arranged from beginner to advanced.
-
Sets the stage for understanding react with What's react. Delves a bit into design concepts, react components and working with data.
-
Spelunking into react (Intermediate level)
Goes through react core concepts, lifecycle, compositions (ViewModel), router, forms and redux.