DEV Community

Discussion on: How to code split Redux store to further improve your app's performance

Collapse
 
websavi profile image
Sagi Avinash Varma

Actually my production app is a buisiness intelligence app. It involves lot of data stitching happening inside the reducer from multiple api calls. And I try to keep the data flat by normalizing the api responses. So for my usecase i need towrite lot of data transformation utilities.
If your app has so many routes then you should think of code splitting the redux dtore sine the total size contribution from sll routes would be huge