Skip to content

For bootstrapping web-maps with React, Redux, and ESRI JS API

Notifications You must be signed in to change notification settings

tnc-ca-geo/frontend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend boilerplate for map-based web apps

For bootstrapping apps with:

  • React as framework
  • Redux for state management
  • ESRI JS API for mapping
  • D3 for charts and visualizations

Integration details

The boilerplate leverages Redux middleware to encapsulate all interactions with the ESRI JS API. Here's a blog post and sample app that describes that approach.

The integration with D3 follows the "Lifecycles Method Wrapping" approach outlined here.

Getting started

install dependencies

npm install

start dev server

npm start

generate a build

npm run build

About

For bootstrapping web-maps with React, Redux, and ESRI JS API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published