valtio

React 状态管理工具

Valtio makes proxy-state simple for React and Vanilla

1
2
3
import { proxy, useSnapshot } from 'valtio'

const state = proxy({ count: 0, text: 'hello' })