Hi! This is version 1 of the Complete Intro to React. This is has been updated to use newer and shinier technologies. However this repo is still made available to you as this still teaches useful concepts. Feel free to head over to the new page to check out the newer version or head here to see the website for the v1 repo version.
Difference between v1 and v2:
v1:
- Webpack v1
- React Router v1
- Mocha, Chai, and Sinon
- CommonJS
v2:
- Yarn
- React Router v4
- Jest
- Snapshot testing
- Redux dev tools generated tests
- Webpack v2
- ES6 Modules
- CSS Imports via Webpack
- Webpack Dev Server
- Better code organization
- Better constructed narrative
- Better teaching of Redux
Thanks! Hope this is helpful for you!