Inject CSS From Your RequireJS Module Into The Main App
We’ve been doing some work on a data display app that serves as a framework for a bunch of modules. We picked RequireJS to create the app due to its modular structure and used it with a Node.js backend to build a small app that we can now create child data modules for.
Each child module needs to be fully responsible…