Skip to content

Commit

Permalink
Update src/content/reference/react/Suspense.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alina Listunova <[email protected]>
  • Loading branch information
GeorgeShvab and alinkedd authored Oct 7, 2024
1 parent 7082ad8 commit cf8868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/Suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: <Suspense>

<Intro>

`<Suspense>` дозволяє вам відображати запасний варіант, доки його дочірні компоненти не завершать завантаження.
`<Suspense>` дає вам змогу відображати запасний варіант (fallback), доки його дочірні компоненти не завершать завантаження.


```js
Expand Down

0 comments on commit cf8868a

Please sign in to comment.