Hi guys! I'm super excited: Just released <3.2.0...
# feed
v
Hi guys! I'm super excited: Just released 3.2.0-alpha03 of FlowMVI - architectural framework on steroids. The main focus of this update is on store composition. To help with that, there are two new plugins:
childStorePlugin
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/delegates
👍 4
r
Checking it out... BTW the sample app at https://opensource.respawn.pro/FlowMVI/sample/ does not work -- getting a 404 on
<https://opensource.respawn.pro/FlowMVI/sample/skiko.js>
.
v
Thanks for the report. It's something with Wasm (again). I will file an issue to JB. I think 404 is unrelated - I'm getting a ClassCastException.
Filed KT-77801 Wasm ClassCastException in _convertKotlinClosureToJsClosure
👍 1