Featured posts

With pagiation out of the way, it’s time to clean up the home page. Instead of displaying the 5 most recent posts at the top of the page, it’s going to pull in the site’s “featured” posts. I’ll mark posts as featured by giving them a “featured” tag.

Pagination (take three)

Yesterday I added pagination to the app’s Archive route with the useFetcher hook and the fetcher.Form component. This works, but using forms to create navigation elements feels weird. It also adds some complexity to the code:

A sticky footer in 2024

Harwood Plains

This task gets its own post because it’s something I struggled with back in the day (2013 or so.) Here’s the problem. I made a basic Footer component: