Replies: 1 comment
-
|
Not currently. I did a quick search in the next.js repo and have seen any discussion on it either. But I think it would definitely make sense to add upstream in next.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it somehow possible to use dynamic imports with Suspense? I know that
dynamicsupports a loading option, but I like to load multiple components in a list dynamically and show only one loading spinner for it. For this,Suspensewould be a perfect fit. I tried to throw the returned promise of theimportstatement in several ways but without success. Maybe someone already has done this.Beta Was this translation helpful? Give feedback.
All reactions