/arcgis-react-typescript-example

@arcgis/core with React + TypeScript

Primary LanguageTypeScript

ArcGIS API for JavaScript with React + TypeScript

Setup

Started a new TypeScript app with Create React App npx create-react-app arcgis-react-typescript-example --template typescript

Installed @arcgis/core and types npm i @arcgis/core @types/arcgis-js-api

Created and displayed a basic GIS component src/components/GIS.tsx