evanrs / redux-namespace

Namespace component state into a Redux store
MIT License
18 stars 3 forks source link

How to handle locally available state #26

Open morenoh149 opened 8 years ago

morenoh149 commented 8 years ago

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?