From the course: React: Server-Side Rendering

Unlock the full course today

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

Add Redux store and setup

Add Redux store and setup - React.js Tutorial

From the course: React: Server-Side Rendering

Start my 1-month free trial

Add Redux store and setup

- [Instructor] When doing state management, Redux is often the first place to go when working with React. How would you go about doing Redux with SSR and Next.js. We'll explore this in the next few videos. If you're not familiar with Redux, it basically makes the management of your state centralized, but also prevents spreading your state through all your child components. Something that becomes frustrating for any developer as your application grows. If you have no interest of using Redux, feel free to skip to the next chapter where we revert back to where application currently is and work further on it. So let's work on building the code to make Redux work into an environment. Please be aware that our application won't be working until we complete all their required Redux items. So the first thing we're going to do is install the few dependencies. So what I'm going to do is open up a terminal. You can click on…

Contents