@embra/reactivity - v0.0.7
    Preparing search index...

    Function derive

    Derive a new Readable with transformed value from the given ReadableLike.

    Unlike compute, the signature of the transform function is pure, which makes it easier to use functions that are not aware of the reactive system.

    The ReadableLike to derive from.

    Optional pure function that takes an input value and returns a new value.

    Optional custom Config.

    A OwnedReadable with transformed value from the given ReadableLike.