John Lenz (2014-09-28T05:01:03.000Z)
domenic at domenicdenicola.com (2014-09-30T16:51:28.986Z)
I would like to see some way to preload everything, and be able to retrieve them synchronously, something like: System.loader.addNoAsync('...'); // throw if all imports aren't available already So that the script could be used during initial render. I understand that this would mean that the module would need to be parsed and executed synchronously. Forcing folks to never use any module for code that needs to be inline seems like a bad turn.