Esri/react-arcgis
A few components to help you get started using the ArcGIS API for JavaScript and esri-loader with React
4 Releases
Latest: 4y ago
Add support of React 17 and React 185.2.0Latest
📦 [5.2.0] - May 20th 2020
- Add support of React 17 and React 18
5.1.0
Please see [changelog](https://github.com/Esri/react-arcgis/blob/master/CHANGELOG.md#510---june-11th-2020)
Peer dependencies5.0.0
📋 Changed
- document how to configure esri-loader via `loaderOptions`
💥 Breaking
- react-arcgis now declares React and esri-loader as peer dependencies
- react-arcgis no longer exports `loadModules` nor `esriPromise`
- If you're upgrading from v4.x of react-arcgis, see the [v5 migration guide](https://github.com/Esri/react-arcgis/blob/master/README.md#from-v4-to-v5).
v4.0.0
📋 Changed
- `react-arcgis` has been moved into the @esri namespace on npm.
- ```shell
- npm install @esri/react-arcgis
- ```
- ```js
- import { Map, Scene } from '@esri/react-arcgis';
- ```
- React-arcgis will now load version 4.10 of the ArcGIS API for JavaScript by default
