Closed tomwayson closed 7 years ago
Pros of the approach in this repo:
Assuming #4 and #5 work the only downside I can think of w/ the approach outlined in this repo is that you don't get to write import Map from 'esri/map', instead you have to use the loader service as shown in the map component.
import Map from 'esri/map'
Pros of the approach in this repo:
Assuming #4 and #5 work the only downside I can think of w/ the approach outlined in this repo is that you don't get to write
import Map from 'esri/map'
, instead you have to use the loader service as shown in the map component.