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
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
I would like to wrap a redux UI HOC component (component A) within another redux UI HOC component (component B). Out of the box, this creates my redux state as such...
State
UI
Component A
Component B
I would like to specify an option on the redux UI HOC Component B to create my redux state as such...
State
UI
Component A
Component B (same level as Component A... right off of UI)
I essentially want any particular redux UI HOC component to have it's own state independent of it's parent redux UI HOC components.
Is there any way to do this?
The text was updated successfully, but these errors were encountered:
KevinBusch
changed the title
Cannot specific sub HOC components to use their own key off of UI
Cannot specify sub HOC components to use their own key off of UI
Aug 7, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to wrap a redux UI HOC component (component A) within another redux UI HOC component (component B). Out of the box, this creates my redux state as such...
State
I would like to specify an option on the redux UI HOC Component B to create my redux state as such...
State
I essentially want any particular redux UI HOC component to have it's own state independent of it's parent redux UI HOC components.
Is there any way to do this?
The text was updated successfully, but these errors were encountered: