No description
Find a file
enzotar bbdeb6b82b feat: showcase — What DreamStack Does That Nothing Else Can
Interactive page comparing 5 unique DreamStack capabilities vs React/Svelte/Solid/Vue:
1. Reactivity as a type (Signal<T> in the type system)
2. Algebraic effects (swappable side-effect handlers)
3. Springs are signals (physics auto-propagates through reactive graph)
4. Compile-time dependency graph (static analysis, dead signal elimination)
5. Constraint-based layout (Cassowary solver, not CSS hacks)

Includes live spring physics demo, interactive constraint layout toggle,
side-by-side code comparisons, Elm-style error previews, and comparison table.
2026-02-25 00:34:46 -08:00
compiler feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00
examples feat: showcase — What DreamStack Does That Nothing Else Can 2026-02-25 00:34:46 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
Cargo.toml feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00
DREAMSTACK.md feat: add DreamStack project vision and detailed implementation plan documentation. 2026-02-24 23:49:59 -08:00
IMPLEMENTATION_PLAN.md feat: add DreamStack project vision and detailed implementation plan documentation. 2026-02-24 23:49:59 -08:00