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 ...
Sep 4, 20223 min read23

