next-arcgis-app

February 1, 2019 ยท View on GitHub

An example of how to use the ArcGIS platform in an application built with Next.js.

App screenshot

View it live!

This application uses arcgis-rest-js to authenticate users and search for items and the ArcGIS API for JavaScript (via esri-loader) to show the extents of those items on a map.

This is a React port of ambitious-arcgis-app-2018. See that repository for more information on the motivation behind this application.

See create-arcgis-app a port of the same application built with create-react-app instead of Next.js.

See the Next.js documentation for more information on how to run this application locally after cloning the repository.