Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 465 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 465 Bytes

Two examples of using Razzle which expand on this gist. Both include routing with react-router.

01_ssr contains an example app with server-side rendering. 02_ssr-with-redux contains an example app with server-side rendering and Redux actions.

Each folder has it's own dependencies and it's own README.

Full credit to Jared Palmer, putting it together helped me wrap my head around it.