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

use esri-loader-react #29

Closed davetimmins closed 7 years ago

davetimmins commented 7 years ago

I wrapped the esri loader component into its own package so this PR is to use that (it also updates react and react-dom to the latest versions). i moved the timing debug messages too.

Feel free to ignore if you don't want to use it.

tomwayson commented 7 years ago

@davetimmins this is great!

I'd love to merge this. One thing. Would you mind updating your repo to use the v0.3.0 of esri-loader that I just released?

tomwayson commented 7 years ago

This is great @davetimmins, thanks! I think your package is a nice little abstraction.