NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
React UI Engineering: High-Performance Architecture
Data Fetching & Resilient Architectures
Quiz
Chapter Quiz: Data Fetching & Resilient Architectures
Advanced Assessment: Resilience & Suspense
Complete this assessment with 100% score to master this chapter.
01
What does a component do to trigger a Suspense fallback?
Returns null.
Throws a Promise.
Calls window.stop().
Sets loading to true.
02
Which Error Boundary lifecycle is used for side effects like logging?
getDerivedStateFromError
componentDidCatch
render
useEffect
03
What is the 'Render-as-you-fetch' pattern?
Fetching data in a button click.
Starting the fetch and render process simultaneously rather than sequentially.
Fetching data only after the page is visible.
Using a loading spinner for everything.
Submit Answers
Back to Lesson
Next Chapter