Add Redux with Server-to-Client State Hydration to a React Universal Project

InstructorTim Kindberg

Share this video with your friends

Send Tweet

We will add redux to our project and get redux working on the client and server. The redux state will be passed along with our server-side rendered page in a global window variable; from there, we’ll hydrate the state on the client.

eggheadgl
~ 6 years ago
Tim Kindberginstructor
~ 6 years ago

@eggheadgl I hadn't explicitly added anything to my demo for the nice error handling. It must be coming from one of either the webpack-dev-middleware or other middlewares.