Suwayomi / Suwayomi-WebUI

Mozilla Public License 2.0
105 stars 48 forks source link

feat(app.tsx): refactors the app.tsx routes to lazy load the components. #736

Closed taos15 closed 4 months ago

taos15 commented 4 months ago

This pull request refactors the app routes to lazy load the components, improving performance and reducing initial bundle size.

schroda commented 4 months ago

default exports won't be introduced to the code base again, either do it with named exports or don't do it at all and don't create a massive pr which introduces lazy loading everywhere, split it up and create small prs