svelte-redux
svelte-redux copied to clipboard
Connect svelte components to a redux store
Results
2
svelte-redux issues
Sort by
recently updated
recently updated
newest added
I was wondering if you were thinking of implementing the `combineReducers` feature of Redux. ``` rootReducer = combineReducers({potato: potatoReducer, tomato: tomatoReducer}) // This would produce the following state object {...
Pretty much as the title says. I make heavy use of selectors inside my store, so this would be crucial.