anystate icon indicating copy to clipboard operation
anystate copied to clipboard

anystate is a tiny state management library for any framework!

Results 2 anystate issues
Sort by recently updated
recently updated
newest added

Idea: ``` state.setState = { name: a, age: 10 } ``` ``` anystate.watch({ name(old, new) { }: (old, new) => void; }) ```