Introduction to React createPortal API
Author: Joseph Mawa
Introduction
The createPortal API is part of the React DOM. You can use it to flexibly render the children of a React component in another location in the DOM. Though you can render a portal in another location, it still behaves l...
refine.hashnode.dev6 min read
Rahul Kumar
this was a good read!