digidem / mapeo-desktop

Local-first mapping and monitoring in remote environments
https://mapeo.app
GNU General Public License v3.0
261 stars 33 forks source link

Introduce Zustand Store #735

Closed ErikSin closed 1 year ago

ErikSin commented 1 year ago

For state management, introduce a Zustand Store. This will be initially used for the Background Map Manager

To do

type MapStore = {
    mapStyle:string,
    setMapStyle:(style:string) => void
}