opencomponents / oc-components-examples

🏫 OC components examples, covering the most common use cases.
MIT License
14 stars 4 forks source link

Shared state with React Redux and other state management frameworks. #9

Open krankos opened 2 years ago

krankos commented 2 years ago

It would be cool to be able to have 2 react components each having its own store, but they're able to share states. Sharing states through the host is cool but it seems indirect. If there's a way for components to communicate via a direct contract an example of it would be great!