TIL articles with the tag "web-dev" so far.
web dev
-
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
-
Understanding useRef
Posted on: November 01, 2023What exaclty is the useRef hook doing and when should you use it?
web-dev react
-
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
-
The ease of deploying to Vercel
Posted on: October 16, 2023While I deployed this very blog, I was amazed by how easy it was to deploy an Astro project on Vercel
web-dev deployment