lesson
Prefetching Based on Page RouteReact Data Fetching: Beyond the BasicsHere we'll learn how to prefetch data based on the route
lesson
The useSyncExternalStore HookReact Data Fetching: Beyond the BasicsHere we'll learn how to use the useSyncExternalStore hook
lesson
Module 3 RecapReact Data Fetching: Beyond the BasicsHere we'll recap what we've learned in Module 3
lesson
Fixing Network WaterfallsReact Data Fetching: Beyond the BasicsHere we'll learn how to fix network waterfalls
lesson
Fixing Race ConditionsReact Data Fetching: Beyond the BasicsHere we'll learn how to fix race conditions
lesson
Simple RefetchingReact Data Fetching: Beyond the BasicsHere we'll take a look at how to refetch data in a simple way
lesson
Module 2 RecapReact Data Fetching: Beyond the BasicsHere we're going to recap what we've learned in Module 2
lesson
Loading and Error HandlingReact Data Fetching: Beyond the BasicsWe'll learn how to handle loading and error states in our application
lesson
Fetching Data on an EventReact Data Fetching: Beyond the BasicsWe will learn how to fetch data on an event
lesson
Creating an Efficient Data CacheReact Data Fetching: Beyond the BasicsHere we'll learn how to create an efficient data cache
lesson
Fetch Data Before you Component LoadsReact Data Fetching: Beyond the BasicsWe will learn how to fetch data before the component loads
lesson
Optimizing Your Dev Environment for this CourseReact Data Fetching: Beyond the BasicsSetting up the project