/practical-react-demos

Practical React demo code for training sessions

Primary LanguageJavaScriptApache License 2.0Apache-2.0

practical-react-demos

Practical React demo code for training sessions https://github.com/jazeee/practical-react-demos

Based on create-react-app

To Run:

  1. Clone this repository
  2. Install NodeJS
  3. Run npm install
  4. Run npm start
  5. To test, run npm run test

Sessions:

  • 2017-06-16
    • Overview of React
  • 2017-06-23
    • Implement stateful and stateless React components.
    • Cover Promises and fetch API.
  • 2017-07-14
    • Add eslint: npm install --save-dev eslint eslint-plugin-react babel-eslint
    • Run npm run lint-fix to clean up lint issues.
    • Add reactstrap and example button and modal
  • 2017-07-24
    • Add Navbar
  • 2018-02-02
    • Remove Bootstrap, simplify
    • Prepare for Redux