Tagged “es-modules”
-
TIL ES modules and dynamic imports javascript es-modules
Did you know we can also dynamically load modules based on conditionals? The import(path) returns a promise, it fits great with the async/await syntax.
See all tags.