Question Bank

React Portals, Fragments, and StrictMode Quiz

Difficulty: Medium

Three drills on three small but tested React features: portals (with their event bubbling quirk), fragments, and what StrictMode does in development.

Question Bank
/

React Portals, Fragments, and StrictMode Quiz

React Portals, Fragments, and StrictMode Quiz

Three drills on three small but tested React features: portals (with their event bubbling quirk), fragments, and what StrictMode does in development.

Question Bank
Medium
JavaScript
3 questions
quiz
react
interview-prep
js-dom

296 views

8

What does <Fragment> (or <>...</>) solve, and when must you use the long form <Fragment key={...}> instead of the shorthand?