Previous
A utility that tracks and provides access to the previous value of a reactive getter.
The Previous
utility creates a reactive wrapper that maintains the previous value of a getter
function. This is particularly useful when you need to compare state changes or implement transition
effects.
Demo
Previous: undefined