re-arc
re-arc copied to clipboard
Re-Arc - Unofficial ArcGIS wrapper library for React
**Describe the bug** Currently ArcSearch does not expose the correct property types and therefore errors in a TypeScript React App when any of the Search Widget Props are set. **To...
A small fix to update the Search widget typings. There was a previous note that the Esri typings were incorrect - has this been superseded by a change on their...
Renaming package to `re-arc` to distinguish that this is not an official Esri product.
Hello Mates, I'm trying to run the example (_arcgis-react\examples\App_) locally on my machine but I can't and there's no documentation for that. could you please help me to run the...
> NOTE: This pull request is based upon the active branch that has been created to update the library to use the new re-arc naming. # Details: This pull request...
With the [4.30](https://developers.arcgis.com/javascript/latest/release-notes/) release of the ArcGIS JavaScript API there is a potential option of switching some of the core logic of the library to use [Map Components ](https://www.npmjs.com/package/@arcgis/map-components-react) instead...
Add a simple context provider for children of Layer to provide the layerView. Interested to hear thoughts on whether this is unnecessary... I actually haven't been using the layerview-create event...
At the moment getting access to a LayerView can be a bit fiddly, relying on asynchronous logic to wait for the mapview to load the layer or directly listening for...
**Describe the bug** Some ArcGIS Widgets include a style property. For example the Legend and Scalebar. At the moment there looks to be a conflict occurring between the css style...