Today I Learned - Rocky Kev

Tagged “es-modules”

  1. TIL ES modules and dynamic imports

    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.