Question from the React ⚛️ test

React.Suspense is an API that allows you to wait for something before rendering a component, without blocking the application. It offers a Fallback component.

Archived

Which statement(s) is/ are true about React.Suspense

Author: Clément DEVOSStatus: Archived(New question!)Question passed 3017 times
3
Community Evaluations
developer avatar
Enguerran
14/10/2023
Il n'existe pas de composant <Fallback> ?
developer avatar
Auteur anonyme
12/02/2024
fallback c'est le composant qui fait partie de Suspense lors de chargement du composant en cours, il faut passer fallback comme prop de Suspense.