Skip to content

Latest commit

 

History

History

react-worker-app

Flowmap.gl example using React and WorkerFlowmapDataProvider

This example is an example of using Flowmap.gl's WorkerFlowmapDataProvider in a React web app.

Usage

To run this example, you need a Mapbox token. Rename .env.example into .env and add your Mapbox token there.

npm i
npm run start

To build a production version:

npm run build