Skip to main content

#Dynamic Importing0 diskutieren mit

JavaScript Certification Study Topic: Understand Dynamic Importing in JavaScript

JavaScript standard import is very much static i.e. standard import will always evaluate all the imported modules at the run time, which is not very efficient. Rather we should evaluate imported modules only when it is really needed. 

Loading modules statically is having a performance impact as it slows the loading of the code significantly and increases the program's memory usage.

Due to mainly these reasons, it is highly recommended to go for dynamic importing and evaluating of the modules only when it is really needed.

 

Blog: https://www.sudipta-deb.in/2021/05/understand-dynamic-importing-in.html

Video: https://youtu.be/NzPBwcxPcYs

 

Note - I am sharing all my JavaScript Certification study notes below. Please provide your feedback if you see anything wrong or missing. Appreciate your help.

https://www.sudipta-deb.in/p/salesforce-javascript-developer-i-study.html

 

@Developer Group, Kitchener, CA @Kolkata User Group @Kolkata User Group, India @The Blog Group @Certified Javascript Developer I Study G @Developer Group, Mississauga, CA @* Salesforce Developers * @Developer Group, Dhaka, BD @Admin Group, Mumbai, IN @Admin Group, Chennai, IN @Toronto Administrators Community Group @Admin Group, Jaipur, IN @Admin Group, Dubai, UAE @* Salesforce Administrators * @Admin Group, Bikaner, IN @Platform Champion Alumni @Toronto Salesforce Developer Group 

0/9000