https://github.com/tomwayson/next-arcgis-app
An example of how to use the ArcGIS platform in an application built with Next.js
https://github.com/tomwayson/next-arcgis-app
Last synced: 3 months ago
JSON representation
An example of how to use the ArcGIS platform in an application built with Next.js
- Host: GitHub
- URL: https://github.com/tomwayson/next-arcgis-app
- Owner: tomwayson
- License: apache-2.0
- Created: 2019-01-15T22:19:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T15:08:54.000Z (about 7 years ago)
- Last Synced: 2025-04-19T16:18:16.455Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://next-arcgis-app.now.sh/
- Size: 772 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-arcgis-app
An example of how to use the [ArcGIS] platform in an application built with [Next.js].

[View it live!](https://next-arcgis-app.now.sh/)
This application uses [arcgis-rest-js](https://esri.github.io/arcgis-rest-js/) to authenticate users and search for items and the [ArcGIS API for JavaScript](https://developers.arcgis.com/javascript/) (via [esri-loader]) to show the extents of those items on a map.
This is a [React] port of [ambitious-arcgis-app-2018](https://github.com/mjuniper/ambitious-arcgis-app-2018/). See that repository for more information on the motivation behind this application.
See [create-arcgis-app](https://github.com/tomwayson/create-arcgis-app) a port of the same application built with [create-react-app](https://facebook.github.io/create-react-app/) instead of Next.js.
See the [Next.js documentation](https://nextjs.org/docs#how-to-use) for more information on how to run this application locally after cloning the repository.
[next.js]: https://nextjs.org/
[arcgis]: https://www.arcgis.com/
[esri-loader]: https://github.com/Esri/esri-loader
[react]: https://reactjs.org/