(no title)
shanehoban | 2 years ago
I'm using Zustand[1] with React as it is as similar as I can find to Pinia, but the whole hook system is just painful to work with... OK rant over.
I haven't built anything substantial with Svelte, but it's definitely on the radar, and I like how similar it is to Vue single file components (SFC). Hoping state management will be as nice to work with as Pinia is with Vue.
azangru|2 years ago
0 - https://stackblitz.com/github/piniajs/example-vue-3-vite
akaike|2 years ago
shanehoban|2 years ago
artdigital|2 years ago
React Query is a joy to use and clicks very nicely with how I am structuring my apps, building around interacting with async things like APIs
agumonkey|2 years ago
koch|2 years ago
sergioisidoro|2 years ago
Rapzid|2 years ago