Course Description

Redux is a fantastic tool but one that is often misunderstood and poorly taught. This tutorial will change that but takin you through Redux step by step making sure you understand every concept how to use the concept and why.

Code With Tim

Course curriculum

  • 1

    Introduction

    • What & Why

  • 2

    Redux Fundementals

    • Single Source of Truth

    • State is Read-Only

    • Changes Are Made With Pure Functions

  • 3

    Basic Plain JavaScript Example

    • Plain JS Example

    • Recap & Best Practice

  • 4

    Moving on from the basics

    • Multiple Reducers

    • ES6 Setup

    • Middleware

    • External Middleware

    • Async Actions

    • Async Actions With Promises

    • Getting Setup With React

    • Redux Containers

    • Ajax Calls In Redux Containers

    • User List Component

  • 5

    React Router

    • React Router

    • User Profile Container & Component

    • Implementing React Router Part 1

    • Implementing React Router Part 2

    • Implementing React Router Part 3