[TOC]
# Recoil
# valtio
[pmndrs/valtio: 💊 Valtio makes proxy-state simple for React and Vanilla](https://github.com/pmndrs/valtio)
# Xstate
[https://xstate.js.org/docs/](https://xstate.js.org/docs/)
# Cerebral
https://cerebraljs.com/
# rematch
https://rematch.gitbooks.io/rematch
rematch 是在 redux 的基础上再次封装后成果,在 rematch 中我们不用声明action类型、action 创建函数、thuks 、store 配置、mapDispatchToProps、saga 。如果你习惯使用 vuex,那么你一定会喜欢上 rematch 的,因为rematch的写法和vuex基本一样。
# unstated-next
https://github.com/jamiebuilds/unstated-next
# easy-peasy
[https://github.com/ctrlplusb/easy-peasy](https://github.com/ctrlplusb/easy-peasy)