Sharing state between frameworks with Astro
Since Astro is set up as an island architecture and even can run multiple frameworks at the same time, managing the state is a bit difficult.
We can't solely rely on, for example, context like we do in React or Vue.
This is where Nano Stores come in ...
h.daily-dev-tips.com3 min read