Actions
Feature #21160
closedUpgrade react to v16
Description
We should upgrade react to v16 in order to take advantage of various new features available.
One main feature that it would be great to take advantage of is the new portals API: https://reactjs.org/docs/portals.html which would improve how we are currently handling DOM mounting.
Actions