React
Dynamic CSS-Modules in ReactJS
ES2015 came with awesome dynamic imports, which opened a lot of possibilities for chunk splitting, hot reloading, ... and also for dynamic builds. We use it heavily for building multiple versions of same app for different vendors. We were struggling a little how to use it with CSS-Modules with we fall