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
This proposal aims to provide a built-in way to enable retries for Router loaders, specially useful for unstable network conditions, providing a better user experience
Proposal
Add a new retry property to the following methods:
Event if the load fails, if there's a one more attempt to be done, the "state" will continue as "loading". Only after all attempts fail, the ErrorBoundary will be rendered.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This proposal aims to provide a built-in way to enable retries for Router loaders, specially useful for unstable network conditions, providing a better user experience
Proposal
Add a new
retry
property to the following methods:The retry property can also be a function:
Event if the load fails, if there's a one more attempt to be done, the "state" will continue as "loading". Only after all attempts fail, the ErrorBoundary will be rendered.
Beta Was this translation helpful? Give feedback.
All reactions