-
Notifications
You must be signed in to change notification settings - Fork 11
Open
1 / 11 of 1 issue completedLabels
Description
firestarter: #24
- add zustand
- create map store slice
- implement only viewState
interface ViewState {
boundingBox: BoundingBox
center: LatLnLike
zoom: number
}- implement in header
- edit examples using new slice
additional resources:
- add simple viewState check: 0ac904d
- https://github.com/richard-unterberg/maplibre-nextjs-ts-starter/blob/main/src/zustand/useMapStore.ts
Reactions are currently unavailable