Here are some code examples from the excellent Manning e-book React Quickly MEAP v3.
The actual book can be found here: https://www.manning.com/books/react-quickly
The authors original ES5 code examples were taken from here https://github.com/azat-co/react
$ npm install
$ npm run build
$ npm run dev
- Webpack dev server runs on port 8080
- To view the various examples simply replace all the code in the index.js file with one of the example files eg. code-form-refs.js. Then run the build/dev processes again.