
Create bundles in public directory for lazy-loading components
The new numtel:lazy-bundles package marks a significant upgrade for Meteor users, offering enhanced handling for file management within the public directory of applications. This package provides an efficient way to manage source files for client-side lazy-loading, ensuring that your application runs smoothly while optimizing loading times. With the ability to describe custom bundles in a .publicsources.json file, developers can streamline their workflow and improve the user experience by loading only what’s necessary.
The transition to using numtel:lazy-bundles replaces the older method, making it essential for developers to adopt this new approach. By incorporating this package, you can easily structure your files for better management, benefiting from the automatic sorting of HTML files and customizable bundle descriptions that cater to your specific application needs.
.publicsources.json file, allowing precise control over which files are loaded and when..js and .css files, simplifying the management of multiple files.miro:preloader and manuelschoebel:wait-on-lib for efficient file loading during routing.