Optimistic UI
The imperative optimistic(signal, value, action) form: the UI flips instantly and rolls back if the action fails. For the declarative list form (add / remove with rollback) in a full app, see /examples/todo.
The imperative optimistic(signal, value, action) form: the UI flips instantly and rolls back if the action fails. For the declarative list form (add / remove with rollback) in a full app, see /examples/todo.