In a previous GEO Jobe blog article, we began the process of setting up a React application to develop custom ArcGIS Map widgets as React components. This article takes the next step in creating custom widgets by introducing some actual functionality to our example CustomWidget. Note: This tutorial assumes a basic understanding of building web […]
Author: Dylan Drake
Creating Custom ArcGIS Map Widgets as React Components
Map Widgets The ArcGIS Maps SDK provides many useful widgets to extend an ArcGIS map for the user. However, sometimes the requirements of a GIS application are so specific that custom functionality must be created to meet those needs and another Map widget is often the perfect place to place these new features. Especially if […]
Convey your Company’s Branding in React with Customizable Calcite Components
Why Calcite Components? Esri’s Calcite Components is a library of web components that provides commonly used UI elements that you can use to compose a modern, professional-looking user interface. If you are using React, Calcite Components become even more composable with the Calcite Components React target build. Utilizing the React build of Calcite Components also […]
Is Ionic on Your Radar?: Building Cross-Platform Mobile Weather Apps
Why Use a Hybrid Framework? When developing mobile apps intended to be used by as many users as possible, dev teams want to make it available on as many devices as possible. That usually means developing for both iOS and Android. Developing two different code bases using native tooling and languages can be quite the […]
Get Up and Running Developing iOS Apps with the ArcGIS Runtime SDK
Developing in a new environment with a new language can be intimidating. Every environment has its own quirks and nuances that might dissuade a developer from learning how to develop for a new platform. This article is intended to be a primer for developers that have experience developing ArcGIS apps on other platforms that would […]