DEV Community

Discussion on: Meteor browser bundle and Node-Stubs - beware what you import

Collapse
 
jankapunkt profile image
Jan Küster

Hey @mullojo thanks a lot for the response. I am very grateful to hear my contributions to be of value to others! Regarding dynamic import: our use case is to have a very rich client UI with lots of pages and features and at the same time clients may have an unstable or low connection. If you want to keep a great performance in terms of loading times then dynamic import is a must. Once you get into the design logic for dynamically loaded pages and content then it will become a no-brainer.
If you have any questions about dynamic import that could be worth to become an article please let me know ;-)