You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k-ramel already propose the ability to load listeners dynamically.
Do you think that it could also load some reducers dynamically in order to have a complete separation of some screens ?
For example, in my app, I have an admin page that managing all my application users. And I have specific reducers (users data, admin screens data) specific to that page. So I could have a container loading k-ramel reducers and listeners specific to it :
k-ramel already propose the ability to load listeners dynamically.
Do you think that it could also load some reducers dynamically in order to have a complete separation of some screens ?
For example, in my app, I have an admin page that managing all my application users. And I have specific reducers (users data, admin screens data) specific to that page. So I could have a container loading k-ramel reducers and listeners specific to it :
And it could be a great optimisation for apps using code splitting (dynamic imports).
The text was updated successfully, but these errors were encountered: