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?
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?