jetpack
Version:
Jetpack wraps webpack and nodemon to give you the best development workflow.
14 lines (7 loc) • 560 B
Markdown
# Server Side Rendering
TBD.
Often, you should just reach for a solid existing framework such [Next.js](https://nextjs.org/) or [Gatsby](https://www.gatsbyjs.org/).
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:

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