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.
There seems to be a bit of a jump in content here - the reducer file isn't explicitly created in the previous lesson.
This should be lesson 7
yeah... something isn't right with the order here..
Needs to be updated urgently!!
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