tomwayson / esri-react-router-example

Example of how to load and use the ArcGIS API for JavaScript in a react-router application
https://tomwayson.github.io/esri-react-router-example
Apache License 2.0
23 stars 5 forks source link

preload JSAPI once the app has rendered #27

Closed tomwayson closed 7 years ago

tomwayson commented 7 years ago

moves bootstrap from map component's componentDidMount() to App component's componentWillMount to preload JSAPI on or before map route loads.

also added timers that log to the console.

tomwayson commented 7 years ago

Closing in favor of #28