MiniRx Svelte Demo

State Management demo with MiniRx & Svelte

Creator

Florian Spier @spierala

Description

MiniRx is a lightweight Redux store based on RxJS. This demo showcases how to use it with Svelte. RxJS and Svelte are a great combination. RxJS Observables implement the Svelte Store contract with a subscribe method, and Redux is great to manage state at large scale with Redux dev tools, enforced immutability & more. The frontend of the demo website is built with Svelte, the backend is built using Strapi.
Visit Site
Related Projects