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.
Feature updates with complex component pages and screens in Storybook
From the course: Building UI Components with Storybook: Master React Components and UI Design with Storybook for Better Efficiency
Feature updates with complex component pages and screens in Storybook
This is a quick video on something I realized we're missing. We never completed adding these checkboxes to actually archive and delete these tasks when we don't want them. We've got the pin working, and we can see this in our default as well, we've got the pin working over here, we're pinning tasks up to the top. But where's our checkbox? Where's our checkbox to delete? So in all of our great haste and our great excitement to get Storybook working, we forgot to just visually display and activate what we started. So let's go into our task.jsx component and let's make a change to this feature and let's see how that change is going to then trickle into all of our storybook features, right? Since they all contain tasks at its most fundamental core, right? And we know that the feature archive works, right? Because when we click on archive in our task, we see that it gets nixed out. We know that it can work, but realize in default, I'm not seeing this check mark. All right, so let's fix…
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)
Summary of Redux code and mock data from previous section4m 54s
-
(Locked)
Fetching remote API data with storage11m 17s
-
(Locked)
Fetching data with component mounting in React and error handling9m 58s
-
(Locked)
Building a screen component and wrapping React around Redux5m 4s
-
(Locked)
Using service workers in Storybook to build stories with API requests13m 56s
-
(Locked)
Feature updates with complex component pages and screens in Storybook5m 55s
-
(Locked)
Automating tests with interactions in Storybook8m 15s
-
(Locked)
Storybook Playwright automations for testing5m 34s
-
(Locked)
-