From the course: Building UI Components with Storybook: Master React Components and UI Design with Storybook for Better Efficiency

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Mini crash course on Redux Toolkit: Setting up the store

Mini crash course on Redux Toolkit: Setting up the store

Quick note, in order to proceed with this section, you need to have done the previous section. Well, or at least you need to have the code up to the end of the previous section. That's if you want to code along. You know, if you're just watching for the sake of watching, well, keep on watching. But this is just continuing and we're breaking down each section now because it's important to separate composite components, which is what really what we were building last time. Simple components, composite components, and now we're going to look at connecting components, deploying, visual testing, automating, all sorts of things. All sorts of wonderful things. Okay, so without further ado, let's continue. Right now we've got this task list. We have our different stories over here looking pretty good. But this is all presentational. It's not talking to anything external or receiving any information. Let's Let's say we're building a component, but the component needs to grab some state from…

Contents