Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 898 Bytes

File metadata and controls

21 lines (15 loc) · 898 Bytes

The guide to server side rendering React with Styled Components


📘 Read the Medium article published to Styled Components for the complete guide.

The guide to server side rendering React with Styled Components

Teaching the core concepts between React server side rendering and styled components. This guide does not include any other libraies such as React Router and Redux. The webpack config is as simple as we could make it -- so there's no HMR, auto refresh, and other developer tools.

Getting started

git clone [email protected]:Jobeir/styled-components-server-side-rendering.git
yarn
yarn build
yarn start