lesson
Module 1 IntroductionThe newline Guide to Modernizing an Enterprise React AppIntroduction to Module 1: React Hooks
lesson
How to Mock Storybook Data Fetching Requests With MSWStorybook for React AppsMocking fetch requests on Storybook.
lesson
Add Conditional Logic to Storybook Compontent Data FetchingStorybook for React AppsUsing conditional logic to deal with fetch requests.
lesson
Fetch Data for Storybook Components With Container PatternStorybook for React AppsUsing a container pattern to deal with complex components.
lesson
Section overviewStorybook for React AppsIt is time to learn how to deal with components that do fetch requests.
lesson
How to Add Styled Component Themes to StorybookStorybook for React AppsAdding styled components support in Storybook.
lesson
Event Sign Up AppBeginner's Guide to Real World ReactThis lesson introduces the new demo project for this module, the Event Sign-Up App.
lesson
A Beginner's Guide to Redux and React State ManagementBeginner's Guide to Real World ReactOne of the best ways to manage your apps' centralized state is with the redux pattern. In this lesson we'll deep dive into redux and how you can use it for managing state.
lesson
Intro to React State ManagementBeginner's Guide to Real World ReactLet's take a look at why we often need a centralized state area in our apps and how we can manage updates and changes to it