Closed yumauri closed 3 years ago
Added to both forms in version 4.3.0. It is possible to debounce writes to the storage a bit more easily now:
import { debounce } from 'patronum/debounce'
import { persist } from 'effector-storage/local'
// ---8<---
persist({
store: $store,
clock: debounce({ source: $store, timeout: 100 }),
})
To the form
persist({ source, target })
, something like:In order to be more "API-compliment" with effector