Skip to content

MattCrouch/react-redux-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux tutorial project

Example screenshot

The code teaching the setup and use of Redux in a React project.

This is the code behind a 5-part tutorial written for Web Designer magazine.

Part 1 - Manage React application data with Redux

Part 2 - Manage Actions with Redux Thunk

Part 3 - Manage Redux state with Immutable.js

Part 4 - Write tests for React-based Redux apps

Part 5 - Capture visitor data with Redux Form