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
lesson
Parameterized Routing and Query Strings with React RouterBeginner's Guide to Real World ReactWith the basics in place, this lesson is all about extending the Admin Console with parameterized routing and query strings.
lesson
How to Build a React Admin DashboardBeginner's Guide to Real World ReactWe're going to build a demo Admin Console app step by step during this lesson, adding in React Router as we go.
lesson
Admin Console appBeginner's Guide to Real World ReactFor the demo lesson in this module we'll be building an Admin Console app. Let's take a look at what we'll be building in greater detail.
lesson
What is React Router? A Beginner's GuideBeginner's Guide to Real World ReactReact Router is a routing and navigation library that bolts onto to React. We'll explore what it is and how it works.
lesson
Beginner's Guide to App Navigation [with examples]Beginner's Guide to Real World ReactIn this module we'll explore the third party React Router library to add a routing and navigation system to our applications.
lesson
Beginner's Guide to React useCallback HookBeginner's Guide to Real World ReactLearn about the useCallback Hook, its use cases and implementation.
lesson
Beginner's Guide to React useMemo HookBeginner's Guide to Real World ReactLearn about the useMemo Hook, its use cases and implementation.