DEV Community

Discussion on: Svelte for Angular Developers

Collapse
 
spierala profile image
Florian Spier

If you are used to ngrx in angular... There is mini-rx-store.
It is a framework agnostic redux store based on RxJS...
I created a small svelte demo here...

Demo:
my-project.spierala.vercel.app/

Demo Code Github:
github.com/spierala/mini-rx-store-...

MiniRx:
github.com/spierala/mini-rx-store

Collapse
 
spierala profile image
Florian Spier

In the meantime there is a full blown mini rx svelte demo :)
github.com/spierala/mini-rx-svelte...

Redux, RxJS and Svelte form a powerful combination...