SSR APP

Simple app to practice SSR with React.

It contains:

Workflow

_ Note _ Make sure the HTML generated from Server is same as Client

Render flow

Routing

Server Side Data Challenges

Data loading in Server

State Hydration in Browser

Important If you are using es6 features like async in server side react code, it would assume that there is "regeneratorRuntime" defined in working environment for babel. To make it work we have to import babel polyfill in root of index.

Authentication with SSR

Local development