- Simple example
- Introduction to JSX
- Getting started with Webpack
- Babel JSX + ES6 code transformation in real-life example
- React Starter Kit
- Create React App
- Inline styles
- Properties and state
- Property validation
- Data-binding
- Properties
- Events
- Handlers
- Introduction
- Creating an action
- Creating a reducer
- Creating a root reducer
- Creating a store
- Dispatching first message
- Link component to the store
- Async actions
- Logger
- Tips
You should have NodeJS
version >=4 & <6
Don't forget to run npm install
in every folder before running the examples.
Usually it is enough to run npm start
to run the example. First example doesn't use npm
so just open index.html
in this case.
gulp
- default command to start development server with debug version of application; usually an alias tonpm start
gulp script:test
- run tests oncegulp build
- build production version of application; an alias tonpm run build