1. 6
    Create a Redux Store
    2m 23s

Create a Redux Store

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

The redux store is the glue that holds this state management structure together. In this lesson we’ll use the redux library to create a store with the createStore function and then refactor our existing code to pass state into the app using the store’s getStore method.

Andrew Fritz
~ 7 years ago

There seems to be a bit of a jump in content here - the reducer file isn't explicitly created in the previous lesson.

Climax Media
~ 7 years ago

This should be lesson 7

Clearly Innovative Inc
~ 7 years ago

yeah... something isn't right with the order here..

~ 2 years ago

Needs to be updated urgently!!

Lucas Minter
~ 2 years ago

Needs to be updated urgently!!

There currently isn't a plan to update this course. If you want more info on creating a redux store, their docs are very handy: https://redux.js.org/api/createstore