Work in progress content for a two days training in react.
Install by running yarn
. To navigate between the examples, run yarn start
and uncomment said example in src/index.js
.
Inspiration:
- @mjackson's talk Rendering with React
- @kentcdodds's react-workshop
- @dan_abramov's egghead course on Redux
No time will be expanded to explain ES2015 syntax, being familiar with its main features is necessary.
For the presentation, you need to run yarn install in the presentation folder cd presentations && yarn install