Files
via/computed_test.go
Ryan Hamamura 6763e1a420
All checks were successful
CI / Build and Test (push) Successful in 33s
feat: add computed signals for derived reactive values
Read-only signals whose value is a function of other signals,
recomputed automatically at sync time. Supports String, Int, Bool,
and Text methods. Components store computed signals on the parent
page context like regular signals.
2026-02-18 09:22:40 -10:00

4.6 KiB