acmutsa / HackKit

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

Add Proper Suspense Boundaries #88

Open christianhelp opened 3 months ago

christianhelp commented 3 months 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 3 months ago

HK-149 Add Proper Suspense Boundaries