0.2.11 • Published 2 years ago

@ysyp/stores v0.2.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago