Nuxt - Paying attention to detail
In this note, I will just jot down a few points that are easy to overlook while developing a Nuxt application.
My focus is on a server side rendered website, as I am Learning Nuxt 3 for an SSR project. So I might overlook some of the things in the sections around Client Side Rendering.
# Dynamic imports of CSS in JS are not server side compatible
Discouraged ❌
|
|
Recommended ✅
|
|