Browsing Tag
astro
9 posts
Astro + Cloudflare Pages: A Beginner’s Guide to Fast and Easy Deployment
Easy steps to deploy Astro sites to the world! Astro is a rising-star web framework for building fast,…
Setting up Doom Emacs for Astro Development
Astro is the new hot new web framework on the block. All the cool kids are using it.…
Build your next website with Astro
The last two weeks I’ve been moving websites made with only React to Astro. The developer experience was…
Setting up Netlify Redirects with Astro
I struggled recently setting up Netlify Redirects with Astro, until I realized I needed to copy the file…
How to Create an Astro Search component 🔍🤔
Implementing search functionality on a full-stack application is hard. But doing it on a static site might seem…
Stylify CSS: Automagic CSS bundles splitting into CSS layers in Astro.build
Utility first CSS bundles can be very small. But what if, we could make them even smaller? Split…
Passing Markdown components to React or Preact in Astro
I am using Astro and Preact (which has the same API as React) for a project. I ran…
Enable Dark Mode For Your Astro Website via CSS Variables
The use of a dark mode has grown in popularity. Many large websites and applications are developing their…
Install Astro + React + Tailwind CSS
In this section we will install ReactJS in Astro. Astro is an all-in-one web framework for building fast,…