Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 560 Bytes

recipe-06-server-side-rendering.md

File metadata and controls

13 lines (7 loc) · 560 Bytes

Server Side Rendering

TBD.

Often, you should just reach for a solid existing framework such Next.js or Gatsby.

But sometimes those solutions are either too heavy or don't fit the requirements at hand.

It's possible to whip up a simple custom SSR setup with jetpack, here's a rough proof of concept from a previous SSR project I worked on:

image

I just need to flesh it out into a working example.