opencomponents / oc-client-browser

The OpenComponents Browser client
MIT License
6 stars 8 forks source link

Template external dependencies don't take account of order of loading #12

Closed nickbalestra closed 7 years ago

nickbalestra commented 7 years ago

At the moment we load async the external dependencies without taking into account the order on which they need to be loaded (ie React -> ReactDOM)

Related code -> https://github.com/opencomponents/oc-client-browser/blob/master/src/oc-client.js#L371-L384