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
From the course: Building UI Components with Storybook: Master React Components and UI Design with Storybook for Better Efficiency
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Mini crash course on Redux Toolkit: Setting up the store15m 6s
-
(Locked)
Dispatching actions and selectors for state with Redux in components for React15m 16s
-
(Locked)
Creating a mock Redux store for stories in Storybook10m 5s
-
(Locked)
Connecting mock external data into stories with Storybook for components14m 44s
-
(Locked)
-
-