Svelte's reactive stores in C++
Stores are Svelte 4's approach to data reactivity
They are elegant, but only available in the JS ecosystem.
CppStores aims to bring Svelte's stores to C++.