Skip to content

Instantly share code, notes, and snippets.

@trantorLiu
Last active June 6, 2018 05:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trantorLiu/73cfa9b836ed5d18e05b to your computer and use it in GitHub Desktop.
Save trantorLiu/73cfa9b836ed5d18e05b to your computer and use it in GitHub Desktop.
Codementor React Tutorial Series

Codementor React Tutorial Series -- From Dummy to Ninja

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.

React JS and Webpack

We don't have article for this. The article should make the user understand this app: https://github.com/webpack/react-starter

ES6 (optnioal topic)


More article related to React:
Handling States in Your ReactJS FLUX Application with Baobab
True Isomorphic Apps with React and Baobab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment