Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/reference/components/suspense.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const MyComponent = () => {

```

## The purpose of {"<Suspense>"}
## The purpose of `<Suspense>`

To understand the purpose of suspense, let's consider the following code snippets. These snippets will have some drawbacks which we will solve by using suspense. We will also see how it is possible to use `Suspense` yet not reap its benefits.

Expand Down