Wiki

Clone wiki

ps-react-redux / Home

Building Applications with React and Redux in ES6

This repository is for the files built while going through Cory House's "Building Applications with React and Redux in ES6" course on Pluralsight. I highly recommend Cory's introductory course "Building Applications with React and Flux" if you are new to React. Also, his "Building a JavaScript Development Environment" is perfect for someone just starting with JavaScript (like me) and who needs some direction about how to setup a solid development environment to code in modern JavaScript. There are a lot of options!

Course Outline

  1. Intro
  2. Environment Setup - DEMO
  3. React Component Approaches
  4. Initial App Structure - DEMO
  5. Redux Intro
  6. Actions, Stores, and Reducers
  7. Connecting React to Redux
  8. Redux Flow - DEMO
  9. Async in Redux - DEMO
  10. Async Writes in Redux - DEMO
  11. Async Status - DEMO
  12. Testing React - DEMO
  13. Testing Redux - DEMO
  14. Production Build - DEMO

Updated