Dynamically Load JavaScript with webpack (a perspective)

I feel like dynamically loading modules with
webpack’s code splitting was
discussed
everywhere
and
everyone
is doing it at this point. Thought I’d reiterate on how we do it in
Blocksy and on the tiny layer of
abstraction we built on top of the import() fu… Read more

Similar