redux-namespace
redux-namespace copied to clipboard
How to handle locally available state
Say you have a todolist with data in your store about which ones are already checked. And you want to use redux-namespace to track new checks or unchecks. How can you assign into a namespace inside a render block? should you write an action or reducer that takes store state an sets up a namespace for use in your component?