Guide
The Guide explains how Regor behaves in real runtime usage, with patterns that map directly to production code.
Guide Map
Section titled “Guide Map”-
Reactivity
Core primitives (ref,sref, computed, observers), update semantics, and state design. -
Templates and Expressions
Interpolation transform, parser/evaluator capabilities, and template authoring patterns. -
Components
Component creation, input channels (:x,r-bind:x,:context,r-context), slots, and inherit behavior. -
TypeScript
Strong typing patterns for app contexts, class-based contexts, andComponentHead<T>. -
Lifecycle and Cleanup
Mounted/unmounted hooks,unmountvsunbind, anddrainUnbindusage. -
Mounting
Static-first + dynamic islands and existing-markup binding patterns. -
Persisted State
persist(...)patterns for durable reactive state. -
Performance
Benchmark methodology, bottleneck analysis, and optimization workflow. -
Troubleshooting
Symptom -> cause -> fix guide for common runtime issues.