#astro
Read more stories on Hashnode
Articles with this tag
Now that we had a look at Maps with Nano Stores let's take a look at the next element, computed stores. A computed store can take an initial static...
In the previous article, we first introduced the Nano Stores and how they can sync states between frameworks. In this article, we'll dive deeper into...
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...
In the previous article, we looked at adding React to an Astro 1.0 project. Today we'll look at how we can run multiple frameworks simultaneously in...
I've written my fair share of Astro articles in the past, but some things have changed since the release of Astro 1.0. I decided it's best to re-look...
Now that we have counted all our words using a CLI script, let's see how we can add this functionality to our Astro website. If you followed my...