Dynamic Imports and why you should start using them
Introduction
There was a time when Javascript, as a programming language, had no notion of modules. As such, the task of modularizing code fell on developers and their ability to organize and structure their code. This could be done by using function...
madflows.hashnode.dev4 min read