Expand description
kotoba-state-graph
A library for managing UI state as a graph within the Kotoba ecosystem with KeyValueStore backend. It provides:
- A standard schema for representing UI components and their state.
- Generic, reusable graph rewrite rules for common UI state transitions.
- A high-level
.kotobas
accessor library to abstract away GQL and rewrite logic.
Re-exports§
Modules§
- rules
- Provides generic, reusable graph rewrite rules for common UI state transitions.
- schema
- Defines the standard schema for representing UI state as a graph.
Traits§
- KeyValue
Store - A generic key-value store trait.