4 lines
277 B
Markdown
4 lines
277 B
Markdown
# State Management
|
|
|
|
Use component `useState` for server state, selection, staged overrides, layer visibility and UI filters. `src/lib/api.ts` is the sole browser HTTP boundary. Keep staged overrides separate from persisted `WorkbenchState.overrides`; save them before compile.
|