Skip to content

Add Proper Suspense Boundaries #88

@christianhelp

Description

@christianhelp

Currently, we do not use Suspense boundaries in our application. Suspense boundaries are useful for showing the user a preview of what they are loading, acknowledging asynchronous components, and most importantly preparing our application for what is to come with Partial Prerendering.

Requirements

  • All asynchronous components are wrapped in a Suspense or the route has a loading.tsx

Resources

https://nextjs.org/docs/app/api-reference/file-conventions/loading

https://react.dev/reference/react/Suspense

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions