Svelte's reactive stores in .NET
Stores are Svelte's approach to data reactivity
They are elegant, but limited due to Svelte existing in the JS ecosystem.
SharpStores aims to bring Svelte's stores to the .NET ecosystem