Nuxt magic with asyncData, and planning
Nuxt.js is a framework for making JavaScript apps a more static site, that is, pushing more to Server-Side Rendering, making it easier to web crawlers.
However, when it is made more static, reactivity is sacrificed.

