Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use <Suspense> instead of loaded state hook #100

Open
tadayosi opened this issue Feb 13, 2023 · 0 comments
Open

Use <Suspense> instead of loaded state hook #100

tadayosi opened this issue Feb 13, 2023 · 0 comments
Labels
kind/refactoring Code improvements that don't add or change features

Comments

@tadayosi
Copy link
Member

We've implemented the loading state for components with the loaded state hook, but the newer way to implement it from React v18 is using Suspense.
https://beta.reactjs.org/reference/react/Suspense

In the long term, consider migrating to Suspense in our React components.

@tadayosi tadayosi added the kind/refactoring Code improvements that don't add or change features label Feb 13, 2023
@tadayosi tadayosi added this to the Future milestone Feb 13, 2023
@lhein lhein removed this from the Future milestone Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactoring Code improvements that don't add or change features
Projects
Status: Backlog
Development

No branches or pull requests

2 participants