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
Has anyone given any thoughts on how make a plugin system using redux? i.e. pluggable toolbars, panels etc...
Should one have one store and Provider for each plugin or would it be more appropriate to build a system where they somehow dynamically register/unregister their root reducers into the main applications root reducer?
The text was updated successfully, but these errors were encountered:
Has anyone given any thoughts on how make a plugin system using redux? i.e. pluggable toolbars, panels etc...
Should one have one store and Provider for each plugin or would it be more appropriate to build a system where they somehow dynamically register/unregister their root reducers into the main applications root reducer?
The text was updated successfully, but these errors were encountered: