Vaizin Nikita
05/24/2025, 7:23 AMchildStorePlugin
and storeDelegatePlugin
.
These let you build store hierarchies and achieve even greater separation of concerns. For instance, you can now extract logic for specific features or even UI components into child stores, instead of bloating a single main store. To show how it works, there's an example in the sample app for progressive content loading that’s just 7 lines of code.
Details and guides are in the docs. https://opensource.respawn.pro/FlowMVI/plugins/delegatesrocketraman
05/24/2025, 11:53 AM<https://opensource.respawn.pro/FlowMVI/sample/skiko.js>
.Vaizin Nikita
05/24/2025, 12:50 PMVaizin Nikita
05/24/2025, 7:41 PM