2026-07-19 13:57:28 +00:00
|
|
|
# Client Architecture (moved)
|
2026-03-30 22:31:06 +02:00
|
|
|
|
2026-07-19 13:57:28 +00:00
|
|
|
This document previously described the client architecture, including the
|
|
|
|
|
planned SolidJS migration. That migration was **abandoned** (see CHANGELOG)
|
|
|
|
|
and the beachhead code has been removed from the tree — the client is vanilla
|
|
|
|
|
TypeScript with hand-rolled reactive stores and imperative DOM components.
|
2026-03-30 22:31:06 +02:00
|
|
|
|
2026-07-19 13:57:28 +00:00
|
|
|
The current, maintained client architecture document is:
|
2026-03-30 22:31:06 +02:00
|
|
|
|
2026-07-19 13:57:28 +00:00
|
|
|
**[docs/architecture/client.md](architecture/client.md)**
|
2026-03-30 22:31:06 +02:00
|
|
|
|
2026-07-19 13:57:28 +00:00
|
|
|
See also [docs/architecture/README.md](architecture/README.md) for the full
|
|
|
|
|
blueprint set and its maintenance rule, and decision D6 in
|
|
|
|
|
[docs/plans/audit-2026-07-19-decisions.md](plans/audit-2026-07-19-decisions.md)
|
|
|
|
|
for the removal rationale.
|