tricks library
Useful features built on top of Jolt.
This library provides commonly used utilities and extensions that enhance the core Jolt reactive system with practical functionality.
Classes
-
AsyncPersistSignalImpl<
T> - Asynchronous persistent signal implementation.
-
ConvertComputed<
T, U> - Interface for type-converting computed signals.
-
ConvertComputedImpl<
T, U> - Implementation of ConvertComputed that converts between different types.
-
PersistSignal<
T> - Signal that persists its value to external storage.
-
SyncPersistSignalImpl<
T> - Synchronous persistent signal implementation.