osm-codes / gridMap-pages

The production version, after gridMap-draftPages. ReactJS + OpenLayers.
Apache License 2.0
0 stars 0 forks source link

Create Global Context #13

Open jsugg opened 1 year ago

jsugg commented 1 year ago

Description

Create a global context using React's Context API to manage the global state of the application. This context will serve as the central store for the application's state.

Acceptance Criteria