Answer the question
In order to leave comments, you need to log in
React+Redux app performance issues, what's wrong with me?
There is an application, a simple calculator + integration with the service. Accordingly, there are different reducers for the calculator and the service. Conventionally, the application state looks like this:
{
calculator: {
//...
},
service: {
//...
items: []
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question