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
To improve overall performance of Web we want to lazy load all of our routes, since it doesn't make sense to load all of them on the initial page load.
The implementation will also need some wrapper component that displays a loading state (with some debounce) during which a route is loading its data.
The text was updated successfully, but these errors were encountered:
To improve overall performance of Web we want to lazy load all of our routes, since it doesn't make sense to load all of them on the initial page load.
The implementation will also need some wrapper component that displays a loading state (with some debounce) during which a route is loading its data.
The text was updated successfully, but these errors were encountered: