Understanding React Suspense & The use() Hook
Learning Objectives
By the end of this chapter, you will be able to do the following:
- Describe the purpose and functionality of React’s Suspense feature
- Use Suspense with RSCs to show fallback content on a granular level
- Use Suspense for client components via React’s
use()
Hook - Apply different Suspense strategies for data fetching and fallback content