From the course: React: Server-Side Rendering

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Solution: Why use Redux for SSR?

Solution: Why use Redux for SSR? - React.js Tutorial

From the course: React: Server-Side Rendering

Start my 1-month free trial

Solution: Why use Redux for SSR?

- Okay so let's explore what are the main reasons to add Redux with SSR? For starters, when you get to a point where you need or want to leverage SSR for rendering your application or website at the server level you'll need to have a centralized state management solution. So your state isn't all over your child components. Redux is one of them. Also and especially if you use React I would lean towards leveraging Redux as it has been battle tested through many popular sites, such as Facebook. So the combination of React, SSR with next JS and Redux is great for managing your performance and your state of large applications.

Contents