[DIY] State Management - Svelte 🌀

5 mars 2021 | 1 min de lecture

Explication

DIY-Stores

Le State Management est une approche de programmation réactive. Dans l'écosystème Svelte, ce concept est associé aux Stores... Alors, vous pouvez le faire vous-même !

Processus

Dépot:

git clone https://gitlab.com/dmnchzl/diy-stores.git

Installation:

yarn install

Développement:

yarn dev

Compilation:

yarn build

Licence

"THE BEER-WARE LICENSE" (Revision 42):
<phk@FreeBSD.ORG>
  wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day,
  and you think this stuff is worth it, you can buy me a beer in return. Damien Chazoule</phk@FreeBSD.ORG
>