create-arcgis-app icon indicating copy to clipboard operation
create-arcgis-app copied to clipboard

An example of how to use the ArcGIS platform in an application created with Create React App and React Router

Results 29 create-arcgis-app issues
Sort by recently updated
recently updated
newest added

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...

dependencies

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...

dependencies

Using hooks for the map component has proved a bit of a challenge. My first pass (2b9831d) worked, but I noticed that I was creating a new map each time...

It would be good to create a branch to compare how hooks can make code cleaner and more reusable, especially for the map component. https://reactjs.org/docs/hooks-overview.html

chore

https://reactjs.org/docs/error-boundaries.html Probably at the top level of each route, and maybe around the nav? Would be ideal if we could get rid of the catch for fetching items: https://github.com/tomwayson/create-arcgis-app/blob/53e2c4ade561bf8e1e68fef159dedfc4b724414f/src/routes/Items.js#L50-L56 I...

enhancement

Looks easy to turn on in CRA: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app However, by default it only configures service worker to cache local assets. We'd need to figure out how to cache remote scripts/API...

enhancement

This looks like an easy script to add: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

good first issue
chore

I think we basically just need to append the following: ```yml - yarn run build deploy: provider: surge skip_cleanup: true domain: create-arcgis-app.surge.sh project: ./build/ on: branch: master ``` However, we'll...

help wanted
chore