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
On v6.4, react-router introduced a way to load data asynchronously during route transitions, before the corresponding component is loaded, and then passing the result as prop to the component.
Explore how useful this can be, as a replacement for some async thunks triggered as part of component mounts.
The text was updated successfully, but these errors were encountered:
On v6.4, react-router introduced a way to load data asynchronously during route transitions, before the corresponding component is loaded, and then passing the result as prop to the component.
Explore how useful this can be, as a replacement for some async thunks triggered as part of component mounts.
The text was updated successfully, but these errors were encountered: