This repository was archived by the owner on Jul 28, 2022. It is now read-only.
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
Multiple stores don't work #14
Open
Description
The way stencil-redux is implemented today allows only one store. Which makes totally sense for a single page application and is also the recommended approach by Redux itself.
However, when using Stencil to build a component library, where components can be consumed independently from each other, all of them need their own store (since they are an app themselves).