Chapter 50: continueRender()
Core Idea
Using continueRender, you can unblock a rendering that has been deferred using delayRender(). To learn how to use the function, read the documentation of delayRender().
Key Concepts
Key Takeaways
- Understand compatibility when working with continueRender().
- Understand see also when working with continueRender().
Connects To
- Cancel Render: related page in the Hooks & Data APIs section.
- Data Fetching: related page in the Hooks & Data APIs section.
- Default Props Inference: related page in the Hooks & Data APIs section.