项目作者: Midnighter

项目描述 :
A tiny demonstration of the useObserver mobx-react-lite hook in combination with mobx-state-tree.
高级语言: TypeScript
项目地址: git://github.com/Midnighter/useobserver-demo.git
创建时间: 2020-03-09T22:58:22Z
项目社区:https://github.com/Midnighter/useobserver-demo

开源协议:Apache License 2.0

下载


userObserver Demo

A tiny project that demonstrates how to use
mobx-state-tree (MST) as a global store,
pass parts of the store to child components via props, and make them
observable using the useObserver hook from
mobx-react-lite.