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
The frontend is one big javascript file (~4MB). This causes long load times, especially when used on unreliable networks. We already have the frontend split up into multiple pages in AppContent.tsx. We should make each page it's own bundle by using lazy loading.
The text was updated successfully, but these errors were encountered:
The frontend is one big javascript file (~4MB). This causes long load times, especially when used on unreliable networks. We already have the frontend split up into multiple pages in
AppContent.tsx
. We should make each page it's own bundle by using lazy loading.The text was updated successfully, but these errors were encountered: