TIL articles with the tag "astro" so far.
astro
-
Building a search filter using Svelte
Posted on: November 22, 2023I already knew how to build a search filter with React. But since I wanted to learn something new, I built in with a framework I never used before - Svelte
web-dev astro svelte
-
How file-based routing works
Posted on: October 18, 2023Some frameworks like Next.js or Astro offer file-based routing - here's how it works
web-dev astro