@sstrudeau Well, with Portals since React 16, you could make one component that renders pieces of itself into multiple existing DOM elements - i.e. rather than say multiple components for multiple spots or one component taking over the whole page
@sstrudeau Well, with Portals since React 16, you could make one component that renders pieces of itself into multiple existing DOM elements - i.e. rather than say multiple components for multiple spots or one component taking over the whole page