In the signals documentation, it should be mentioned that signal() is an alias for new Signal.State() and computed() is an alias for new Signal.Computed().
In the current version, signal() gets used but is never explained, and computed() is never mentioned.
In the signals documentation, it should be mentioned that
signal()is an alias fornew Signal.State()andcomputed()is an alias fornew Signal.Computed().In the current version,
signal()gets used but is never explained, andcomputed()is never mentioned.