posts tagged:

{ react }


Adding a Blog to a React Site with a Headless CMS ...

September 24, 2023

I was able to set up a headless CMS to manage a blog on my personal site. For a while, I've been interested in headless ...

Adding a Blog to a React Site with Headless CMS, P...

September 30, 2023

With my Strapi blog working the way I wanted in development, it was time to deploy it. I chose to use a (DigitalOcean "D...

Adding Post Tags to a Strapi Blog

October 21, 2023

I got around to setting up tags for posts on my Strapi blog. I've been using Strapi for a few weeks now and I enjoy how ...

SEO and Jamstack: Adding Meta Tags with Create Rea...

November 13, 2023

A website built with Create React App will often lack features that can be useful for SEO. This is how I added meta tags...

Add a Mobile Menu to Create React App with react-b...

December 22, 2023

A hamburger menu -- the three lines that you can click on to expand into a nav menu -- is almost always a necessity on w...