Structure & design can be contained within
the component calling it
Props & state shared
Slide 23
Document Object Model
↓
React Tree
Slide 24
Event Bubbling Through Portals
Because the portal exists in the React tree, you can use all the
same features you’d use in the DOM. Like event bubbling.
Trigger a click in the modal, catch it in the component.
Slide 25
https://codepen.io/andismith/pen/rvvMGa
Slide 26
Go crazy with the idea and
open up a portal in a new window!
https://codepen.io/davidgilbertson/
pen/xPVMqp