1
1 Comment

Migrate to Nuxt SSR

It was great being online, but the site wasn't doing as well as it could do because it wasn't server-rendered.

Very kindly Alex Lichter from the Nuxt core team reached out to me and offered to help me migrate the app to Nuxt. Obviously I grabbed this opportunity with both hands, and Alex very kindly migrated it in about 6 hours.

Once done, he then added the bones of i18n, including the bones of a translation engine, to which I would add 9 languages over the coming week.

, Founder of Icon for Got Paper
Got Paper
on February 6, 2021
  1. 1

    Q: Have you considered doing partial SSR instead (which can be done at CDN edge locations using Cloudflare Workers) - just <head> section of the page required for sharing on social media, and injecting API response into the HTML page then dehydrating on the client in order to avoid API calls on front-end during the initial rendering.

    Demo: https://goodparts.org/law-of-one -> right-click, view source