ArcGIS Online Instant Apps: React with TypeScript

This ArcGIS Online Instant App example is built with the following:

Getting started:

To host the app locally, run the following commands in the terminal:

  1. git clone https://github.com/bcree11/instant-app-react.git
  2. cd instant-app-react
  3. npm install
  4. npm start

Tutorials

React

  1. React TypeScript cheatsheet
  2. A Complete Guide to useEffect
  3. TypeScript and React: Getting Started
  4. How to Solve the Infinite Loop of React.useEffect()
  5. React hooks playlist

Redux

  1. Redux beginner tutorial
  2. Redux usage w/ TypeScript
  3. React-Redux usage w/ TypeScript
  4. Redux-toolkit
  5. Redux-toolkit CreateSlice
  6. CreateSlice example
  7. React-Redux TypeScript guide