In this sesction, you'll learn JSX, the concept of React components, and play around with React.
Practice what you learnt by building a board game. You will learn the conecpt of states, and how to compose components.
Now you are familiar with React, you are ready to get started with Flux -- the client-side application architecture from Facebook.
Now you have played around with Flux, ti's time to learn how to deploy a Flux app. We will go with Browserify first in the next 2 articles. And then you will try Webpack.
We don't have article for this. The article should make the user understand this app: https://github.com/webpack/react-starter
- Introduction to ECMAScript 6, Part 1: Arrow functions, Classes & Object Literals
- Introduction to ES6, Part 2: Template Strings, Destructuring, Function Arguments & Scope
- Introduction to ES6, Part 3: Modules, Generators, and Using ES6 Today
More article related to React:
Handling States in Your ReactJS FLUX Application with Baobab
True Isomorphic Apps with React and Baobab