NextJS gives us two forms of pre-eendering, which we can use for controlling how the pages should be rendered.
It has something which is called Static Generation
and it has an alternative,
which is called Server-side Rendering.
Volver al artÃculo