acmutsa / HackKit

Feature-packed Hackathon Managment Software
https://hack-kit-web.vercel.app
13 stars 17 forks source link

Add Proper Suspense Boundaries #88

Open christianhelp opened 1 month ago

christianhelp commented 1 month ago

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.

linear[bot] commented 1 month ago

HK-149 Add Proper Suspense Boundaries