Simran Gangwanisimrancodes.hashnode.dev·Nov 14, 2024Breaking Out of the Root: A Deep Dive into React PortalsReact is all about organizing components in a structured hierarchy, giving us the flexibility to create multiple components independently while rendering them within a single DOM node, typically called the “root”. But what if a component needs to ste...23 likes·85 readsReact
Sabiya Tabassumsabiyatabassum.hashnode.dev·Oct 21, 2022Practical React series: 3. React ModalThis article is a series of practical React components. Here, in this article, we are going to learn how to create Modal in your react components. What is a modal? A modal is a dialog box/popup window that is displayed on top of the current page. So,...47 readsreact-modal