You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works good. When I go to some page I see progressbar while page loading. But I see only progress bar. And for good UX, it is sometimes better to show the “old” UI while the new UI is being prepared.
It's now possible with startTransition. You can read more about this case here.
I read source of atomic-react-router, but my expertise was not enough to implement this feature. Maybe you know how to do it.
The text was updated successfully, but these errors were encountered:
In each page I use Suspense with fallback for lazy loading.
It works good. When I go to some page I see progressbar while page loading. But I see only progress bar. And for good UX, it is sometimes better to show the “old” UI while the new UI is being prepared.
It's now possible with startTransition. You can read more about this case here.
I read source of atomic-react-router, but my expertise was not enough to implement this feature. Maybe you know how to do it.
The text was updated successfully, but these errors were encountered: