From e1b892d4d94777acb82ba29c76bc7fcd962c4fd9 Mon Sep 17 00:00:00 2001 From: Andy G Date: Mon, 10 Jul 2023 16:30:07 -0600 Subject: [PATCH] Fix missing preposition --- esm-samples/jsapi-custom-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esm-samples/jsapi-custom-ui/README.md b/esm-samples/jsapi-custom-ui/README.md index 762833fdb..f0c5a54ba 100644 --- a/esm-samples/jsapi-custom-ui/README.md +++ b/esm-samples/jsapi-custom-ui/README.md @@ -1,6 +1,6 @@ # Custom UI component with React and Vite -This repo demonstrates creating a custom UI component using [@arcgis/core](https://www.npmjs.com/package/@arcgis/core) ES modules with [React](https://react.dev/learn) and [Vite](https://vitejs.dev/guide/#community-templates). You can also use any other major JavaScript framework. For more information building custom UI with the ArcGIS JS SDK, see the [Custom UI basics](https://developers.arcgis.com/javascript/latest/custom-ui/) guide topic. +This repo demonstrates creating a custom UI component using [@arcgis/core](https://www.npmjs.com/package/@arcgis/core) ES modules with [React](https://react.dev/learn) and [Vite](https://vitejs.dev/guide/#community-templates). You can also use any other major JavaScript framework. For more information about building custom UI with the ArcGIS JS SDK, see the [Custom UI basics](https://developers.arcgis.com/javascript/latest/custom-ui/) guide topic. The component in this sample is created in [JSX](https://react.dev/learn/writing-markup-with-jsx) and then added to the Map as a DOM element using the ArcGIS JS SDK's [View UI](https://developers.arcgis.com/javascript/latest/view-ui/) interface. This approach loosely couples the component with the functionality in the ArcGIS Maps SDK for JavaScript. It provides seamless integration with your preferred component library, and gives you full control over the user experience and component-life cycle so that it fits your unique requirements.