delphinefoo / complete-intro-to-react-v1

The first version of the complete intro React, complete with Redux react-router v1, Mocha, and Webpack v1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

The first version of the complete intro React, complete with Redux react-router v1, Mocha, and Webpack v1


Languages

Language:CSS 62.7%Language:HTML 20.3%Language:Ruby 17.0%