currently i'm ...ing all the routes for a "segment" or page, it's putting everything into the global scope for the app, meaning pages are loading JS that don't need that piece. Ideally devs have fine-grained control over which bundles are loaded and grouped together and when they're displayed to the user.
currently i'm
...ingall the routes for a "segment" or page, it's putting everything into the global scope for the app, meaning pages are loading JS that don't need that piece. Ideally devs have fine-grained control over which bundles are loaded and grouped together and when they're displayed to the user.