|
|
|
|
|
by pests
824 days ago
|
|
If the last one is built with React look into the new React Server Components. Pretty much everything that's not strictly dynamic can not only be rendered server-side, but you can also prerender entire component hierarchies into static HTML assets. |
|