Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Cannot specify sub HOC components to use their own key off of UI #80

Open
KevinBusch opened this issue Aug 3, 2017 · 0 comments
Open

Comments

@KevinBusch
Copy link

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?

@KevinBusch 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant