Esri / esri-loader

A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications
Apache License 2.0
459 stars 79 forks source link

Feature Request : Add dojo2 to the README #242

Closed sebilasse closed 4 years ago

sebilasse commented 4 years ago

This is just working wonderful with dojo2 returned as dom like

return dom({
  node,
  onAttach: () => {
      loadModules(['esri/views/MapView', 'esri/WebMap'])
        .then(([MapView, WebMap]) => {
          // rest of the example

So maybe you want to add the dragon to the README …

tomwayson commented 4 years ago

Thanks @sebilasse

There is a Dojo 2 section.

If I add any logos it'd probably be this one:

Svelte Logo