rocketlaunchr / awesome-svelte

Awesome Svelte: Useful resources for developing Svelte applications
https://svelte.news
Creative Commons Zero v1.0 Universal
313 stars 15 forks source link

add svelte-domain #13

Open thegenius opened 1 year ago

thegenius commented 1 year ago

svelte-domain is state manager with following features:

  1. Small: Zero dependencies and really small, only 1.26KB and gziped 624B
  2. Clean: Only 2 API you should learn, createModel, createStore.
  3. Support async: Naturally async support you will dream about after using writable.
  4. Cool typescript support: You can enjoy all the good parts of typescript.
  5. Elegant: clean concepts inspired by elm, dva, redux and rematch