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
In recent projects, we tend to add dynamic components to our static sites at one point or another. This could either be a larger interactive product configuration funnel, complex forms or maps etc. We want to integrate the build process for these components and enable server-side pre-rendering out of the box.
A related question would be if we want to move to a framework that has server-side rendering, partial hydration, code splitting built-in, e.g. Next or Nuxt. Which items would we need to evaluate here that are currently covered/enabled by Hugo?
Please add to the list:
i18n handling
Template or component inheritance
Fast build time
The text was updated successfully, but these errors were encountered:
In recent projects, we tend to add dynamic components to our static sites at one point or another. This could either be a larger interactive product configuration funnel, complex forms or maps etc. We want to integrate the build process for these components and enable server-side pre-rendering out of the box.
A related question would be if we want to move to a framework that has server-side rendering, partial hydration, code splitting built-in, e.g. Next or Nuxt. Which items would we need to evaluate here that are currently covered/enabled by Hugo?
Please add to the list:
The text was updated successfully, but these errors were encountered: