0.2.11 • Published 4 years ago

@ysyp/stores v0.2.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

YY Stores

NPM NPM Downloads License

YYStores 可能会出现较大改动并且不保证功能完整可用,请谨慎使用。

安装

在项目中安装 YYStores

npm install @ysyp/stores

使用

在代码中 import 需要的组件并按照文档说明使用

import {
  // 单类 Store
  GoodStore,

  /** 项目使用 <RootStoreProvider store={new RootStore()} > {props.children} </RootStoreProvider> */
  RootStore,
  RootStoreProvider,

  /** 代码使用 const { goodStore } = useRootStore(); */
  useRootStore,
} from '@ysyp/stores';

开发交流

Issues

开发计划

开发计划

License

MIT

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago