Quantcast
Channel: Problems with architecture of the redux store - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by aaa for Problems with architecture of the redux store

It's important to understand that a reducer /= state. ( reducer not equal state )You should have one state, one store for your application. Use combineReducers to well.. combine reducers to keep...

View Article



Problems with architecture of the redux store

I'm developing an application that has several states (reducers). Let's say they are messages, likes, comments (all of them are from the completely different instances so i'm not sure if i should...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images