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
I´m developing an application using built_redux, but I need that some componets and modules can be reused in other applications. For instance, if we develop a dashboard module, it needs to be reused in other applications.
As you know, when we create a module, it needs an aplication state (AppState), actions, middleware, reducer, and views.
My questios is, there is a way to reuse middleware, reducers, actions and state?
there is a pattern to extend states?
I appreciate you help
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi guys
I´m developing an application using built_redux, but I need that some componets and modules can be reused in other applications. For instance, if we develop a dashboard module, it needs to be reused in other applications.
As you know, when we create a module, it needs an aplication state (AppState), actions, middleware, reducer, and views.
My questios is, there is a way to reuse middleware, reducers, actions and state?
there is a pattern to extend states?
I appreciate you help
Thank you in advance
The text was updated successfully, but these errors were encountered: