10
Does anyone use Suspense?
(programming.dev)
A community for discussing anything related to the React UI framework and it's ecosystem.
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
Suspense seems to be great and solve the issue of many loading states but at least with my use cases, I'd use it in a project where I need data to be fetched and libraries like SWR don't look like they will be supporting it anytime soon.