Pergunta de entrevista da empresa Saraya

What are portals in React?

Resposta da entrevista

Sigiloso

2 de set. de 2022

Portals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component. The first argument ( child ) is any renderable React child, such as an element, string, or fragment.