Register

Implementing server-side rendering on this site with Nuxt 3

kyle

This site began as a single-page application written in Vue 3 and rendered entirely in the browser; as of a few days ago, it's now running on Nuxt for server-side rendering (SSR). Hooray! I've been very busy with work and job hunting, so this took a lot longer to get working than I expected. It wasn't really that much work, though.

This was mainly done to improve the UX--no more loading message for a second when you open a page--but it has other benefits as well, like that content is now indexed on Google and archived in the Wayback Machine.

  • programming
First posted 8/31/2024, 4:14:19 PM
Updated 8/31/2024, 4:16:05 PM