Question Bank

1085 approved questions from the community

React Portals are most useful when you need to:

EASY
SINGLE CHOICE
30s
React
by Mohamed

JSX must be transpiled before browsers can run it.

EASY
TRUE FALSE
20s
React
by Mohamed

Mutating React state directly is recommended for performance.

EASY
TRUE FALSE
20s
React
by Mohamed

A Higher-Order Component takes a component and returns a new component.

EASY
TRUE FALSE
20s
React
by Mohamed

Static generation is ideal for pages that change infrequently.

EASY
TRUE FALSE
20s
React
by Mohamed

Virtual DOM is an in-memory representation used to compute efficient real DOM updates.

EASY
TRUE FALSE
20s
React
by Mohamed

Props can be modified by the child component that receives them.

EASY
TRUE FALSE
20s
React
by Mohamed

Which hook would you use to perform side effects in a function component?

EASY
SINGLE CHOICE
25s
React
by Mohamed

The children prop can only contain React elements.

EASY
TRUE FALSE
20s
React
by Mohamed

React components must return a single root element.

EASY
TRUE FALSE
20s
React
by Mohamed

What is the correct way to import React in a modern React application?

EASY
SINGLE CHOICE
25s
React
by Mohamed

React can only be used for building web applications.

EASY
TRUE FALSE
20s
React
by Mohamed

Synthetic events in React are cross-browser wrappers around native browser events.

EASY
TRUE FALSE
20s
React
by Mohamed

PropTypes are used for type-checking props at runtime in development mode.

EASY
TRUE FALSE
20s
React
by Mohamed

What does the displayName property do in React components?

EASY
SINGLE CHOICE
30s
React
by Mohamed

React supports all HTML attributes including custom data attributes.

EASY
TRUE FALSE
20s
React
by Mohamed

Component names in React must start with a capital letter.

EASY
TRUE FALSE
20s
React
by Mohamed

What does the useId hook do?

EASY
SINGLE CHOICE
30s
React
by Mohamed

React requires a build tool like Webpack or Vite to work.

EASY
TRUE FALSE
20s
React
by Mohamed

Can you use multiple contexts in one component?

EASY
SINGLE CHOICE
25s
React
by Mohamed
PreviousPage 33 of 55Next