React JS Quiz
HomeBlogPrivacy PolicyContact UsTutorialsNewBuy me a coffee

Portals and Rendering Control

  1. 1.What a Portal Is
  2. 2.Building an Accessible Modal
  3. 3.Strict Mode
  4. 4.Recap and Related APIs
  5. 🏁 End-of-tutorial quiz
Advertisement
Tutorials/Advanced/Portals and Rendering Control

Portals and Rendering Control

Render outside the DOM hierarchy with portals, build accessible modals, and understand what Strict Mode is really checking.

Level
Advanced
Chapters
4
Exercises
1
Reading time
14 min
Start the tutorial →

What you will cover

  1. 1. What a Portal IsRendering into a different DOM node while staying in the React tree.
  2. 2. Building an Accessible ModalThe parts a portal does not give you for free.
  3. 3. Strict ModeWhat the double invocations are checking, and why not to switch it off.
  4. 4. Recap and Related APIsA short tour of the remaining rendering escape hatches.
Already know this? Jump to the 8 question quiz →

Up next after this one: React with TypeScript

Advertisement
Advertisement
Support the developer