redux-namespace icon indicating copy to clipboard operation
redux-namespace copied to clipboard

How to handle locally available state

Open morenoh149 opened this issue 8 years ago • 0 comments

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?

morenoh149 avatar Apr 29 '16 17:04 morenoh149