@ysyp/stores

Taro UI for e-commerce system.

Usage no npm install needed!

<script type="module">
  import ysypStores from 'https://cdn.skypack.dev/@ysyp/stores';
</script>

README

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