react-redux-tutorial icon indicating copy to clipboard operation
react-redux-tutorial copied to clipboard

React and Redux tutorial with an example reddit clone

React-Redux Tutorial

01

Setup a bare bones react project with Webpack and no server

02

Add a development server with hot module reloading, and build first React component

03

Composing components in introducing prop types

04

Dynamic rendering of a list of components based on available data

05

Introduce state management with Redux

06

Advanced state management with Redux

07

Introduce Routing with React Router

08

Introduce Server side rendering

09

Introduce API server to act as a persistent data store

10_workshop

Step-by-step implementation of server-side rendering and asynchronous API calls with Redux Thunk middleware

11

Implement a transient loading state when waiting for responses from the server