i2-wustl / visualization-ui

0 stars 0 forks source link

Move to ES modules #33

Open itlackey opened 4 years ago

itlackey commented 4 years ago

To move this application to a sustainable architecture we should continue to refactor to the ES import/export module system. This future proofs the code as much as possible for the current and future versions of JS. It also simplifies dependency management and helps enforce SOILD principles in the code base.