Derives a store from one or more other stores. Whenever those dependencies change or the first subscriber subscribes, the callback runs.
Derives a store from one or more other stores. The callback runs initially when the first subscriber subscribes and then whenever the store dependencies change.
In the simplest version, `derived` takes a single store, and the callback returns a derived value.
In the simplest version, `derived` takes a single store, and the callback returns a derived value.