Skip to content

Commit

Permalink
Update development.md reflecting change in state management tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored Sep 30, 2024
1 parent f4da298 commit e8bc5b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ln -s compose.dev.yml compose.override.yml

## State management

This app uses Recoil for state management.
This app uses Jotai for state management.

Recoil freezes all objects used for state, so do not use objects that are expected to be
~~Recoil freezes all objects used for state, so do not use objects that are expected to be
mutated in state, e.g. Layer objects. They are OK in derived state (with
`allowDangerousMutations`), but not state that will be directly updated.
`allowDangerousMutations`), but not state that will be directly updated.~~ TODO: Update for Jotai


## Cloud-Optimized GeoTIFFs
Expand Down

0 comments on commit e8bc5b8

Please sign in to comment.