The code from Tyler McGinnis' ReactJS Fundamentals course.

Frederic G. MARAND 8d0ce99e75 Final version. 8 years ago
app 8d0ce99e75 Final version. 8 years ago
public b0b133e369 Containers, presentational, stateless functional components, propTypes. 8 years ago
.babelrc 516838f403 First React component: webpack and babel setup. 8 years ago
.gitignore 8d0ce99e75 Final version. 8 years ago
README.md 8d0ce99e75 Final version. 8 years ago
package.json 8d0ce99e75 Final version. 8 years ago
webpack.config.js 8d0ce99e75 Final version. 8 years ago

README.md

Notes sur ReactJS Fundamentals

Setting up

  • react + react-dom : actual React packages
  • html-webpack-plugin: copy html to output
  • webpack + webpack-dev-server: webpack
  • babel-{core,loader}: babel core + plugin for webpack
  • babel-preset-react: JSX transpiler

    npm install --save \ react \ react-dom && \ npm install --save-dev \ html-webpack-plugin \ webpack \ webpack-dev-server \ babel-{core,loader} \ babel-preset-react

Next up

https://github.com/ReactjsProgram/react-fundamentals-curriculum