Skip to content

Commit 42f9349

Browse files
authored
Update README.mdx
1 parent 92f281e commit 42f9349

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

exercises/README.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ application.
1313

1414
The core of everything we'll be doing revolves around the
1515
[`Suspense`](https://react.dev/reference/react/Suspense) component and the
16-
[`use`](https://react.dev/reference/react/use) hook. The `Suspense` component
16+
[`use`](https://react.dev/reference/react/use) hook (we'll build our own
17+
version of this to really get how it works! The `Suspense` component
1718
enables you to declaratively tell React what to render while waiting for
1819
something to load. The `use` hook enables you to convert something async (a
1920
promise) into the resolved value.

0 commit comments

Comments
 (0)