FLFolarin Lawalinmadflows.hashnode.dev·May 26, 2022 · 4 min readDynamic Imports and why you should start using themIntroduction 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...00