Autotracking Signals

"Computed Signals work by automatically tracking which other Signals are read during their evaluation."

When a computed signal is read, it automatically tracks which other signals are read during its evaluation. This allows the computed signal to automatically update when any of the signals it reads change.

This is done lazily, meaning that the computed signal will only update when it is read.