React JS Quiz
Home
Blog
Privacy Policy
Contact Us
React Portals Quiz
What happens if a different portal target DOM node is passed during an update?
Report this question
The portal content can be recreated in the new target
Show Explanation
Changing the target DOM node can cause React to recreate portal content in the new location.
React ignores the new target forever
The app automatically logs out
The portal becomes a route
Next Question (9/20)