You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server rendering would improve load speed, and allow for better SEO and social sharing. Unfortunately, I made the dumb choice to not use a server rendering framework from the start.
A full rewrite is undesirable, so I'm interested in if there is a way to migrate specific pages and convert over time. I think I'd put the priority order as:
Community Detail Page
Game Detail Page
Browsing pages (games, communities, events - in that order)
Everything else
The text was updated successfully, but these errors were encountered:
Begin building an alternate version of the site that lives in parallel to the current app. I'll have to find where to deploy and run Nuxt since it will need a server running versus a SPA
Start rebuilding the site in Nuxt, first with authentication. Auth and data fetching are the major things that have to be reworked
I can then begin start pulling components into a join library and the SPA app and Nuxt version both use them.
Eventually the two match and then I can switch DNS
Possible frameworks for server rendering:
Nuxt - popular choice, but I've had some difficulties using it elsewhere so not sure I want to be dependent on it
Vike - looks interesting, but still early in their project and too soon to depend on
Server rendering would improve load speed, and allow for better SEO and social sharing. Unfortunately, I made the dumb choice to not use a server rendering framework from the start.
A full rewrite is undesirable, so I'm interested in if there is a way to migrate specific pages and convert over time. I think I'd put the priority order as:
The text was updated successfully, but these errors were encountered: