/streaming-ssr-react-styled-components

5 part tutorial teaching how to build a streaming ssr react styled components application with Parcel and Docker, as well as how to static render and host with nginx instead.

Primary LanguageJavaScript

streaming-ssr-react-styled-components

Learn how this boilerplate was created with my tutorials on HackerNoon!

UPDATE: Sorry everyone, but Hackernoon broke all the formatting for all of the articles, and I've been asking them to publish the fixes I spent several hours on for months now with no results.

You can find the original versions of the articles on Medium with proper formatting at the following links:

Sorry for the inconvenience in tracking these down!

tl;dr;

Developing with Docker

# setup only needs to be run once
make setup

make install
make dev

Developing Locally

npm i
npm run dev