Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Your users can now register and login, but your front end immediately forgets wh
* Now open `store.js` and bring in `createStore` from `redux` and the `reducer` from `reducer.js`.
* Create a store using the reducer you just brought in.
* Export that store.
* Open `src/App.js` and bring in the `Provider` from `react-redux` and the `store` from `store.js`.
* Open `src/index.js` and bring in the `Provider` from `react-redux` and the `store` from `store.js`.
* Wrap the `Provider` component around the `HashRouter` component.
* Pass the `store` to the `Provider`.
* Go to Nav and bring in connect from `react-redux`.
Expand Down