State sharing for React components.
State sharing for React components.
This is the documentation for hox v2. If you are looking for the v1 doc, please go here.
npm install --save hox
# or
yarn add hox
# or
pnpm add hox
一直加载中是怎么回事?
使用生产环境cdn react.production.min.js,会导致死循环
支持Taro吗
在next中使用时会报服务端渲染错误,Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.
用户反馈:执行时机问题
报错
从 v1 升级, 示例代码 HoxRoot 弄成了 HotRoot
非global store互相引用时,报undefined错误
API 中是否可以提供 forwardRef 的支持
有没有一个api可以重置数据到初始化状态?