Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
I ran into this exact same question, where I'd like to render a placeholder UI until the loader is complete. In my case, I'm using both a server Based on the above, I don't think the HydrateFallback mechanism is the right tool for the job here. I also explored using the In summary, this is the functionality I'm looking to implement:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
I'm using createBrowserRouter with React Router 7.6, and I'm running into an issue where the app doesn't render anything while a loader is pending — especially for the root route.
Here's a simplified version of my router setup:

This causes a 3-second blank screen before anything renders.
What’s the recommended way to show a loading UI while the loader is running before the route renders?
Beta Was this translation helpful? Give feedback.
All reactions