We now have some reducer logic that will update our state, but those reducers won't do anything by themselves. They needto be put inside a Redux store, which can call the reducer code with actions when something has happened.
We now have some reducer logic that will update our state, but those reducers won't do anything by themselves. They needto be put inside a Redux store, which can call the reducer code with actions when something has happened.