ReePrime
JavaScript Series EP 1 - Dynamic Import

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

JavaScript Series EP 1 - Dynamic Import

G
GMKHussain

4 Views • Jan 26, 2020

Description

JavaScript now has a way to dynamically import modules using the import() function. But is it really a function? #HTTP203

In this video I just go over a couple of ways that you can dynamically load in JavaScript from other JavaScript code. This is a simple implementation but good enough to hit the ground running.