Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

[WIP] feat: hook-store plugin #432

Open
wants to merge 8 commits into
base: release-next
Choose a base branch
from
Open

Conversation

luhc228
Copy link
Member

@luhc228 luhc228 commented Aug 11, 2022

基于 React Hooks 轻量的状态管理(@ice/hook-store)

@vercel
Copy link

vercel bot commented Aug 11, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ice-v3 ✅ Ready (Inspect) Visit Preview Sep 6, 2022 at 4:07AM (UTC)

@luhc228 luhc228 changed the base branch from master to release-next August 11, 2022 02:00
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2022

Codecov Report

Base: 82.45% // Head: 82.45% // No change to project coverage 👍

Coverage data is based on head (26c75d4) compared to base (1cf3800).
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-next     #432   +/-   ##
=============================================
  Coverage         82.45%   82.45%           
=============================================
  Files                92       92           
  Lines              7816     7816           
  Branches            978      979    +1     
=============================================
  Hits               6445     6445           
+ Misses             1364     1363    -1     
- Partials              7        8    +1     
Impacted Files Coverage Δ
packages/ice/src/service/config.ts 86.66% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@luhc228 luhc228 changed the title feat: hook-store plugin [WIP] feat: hook-store plugin Aug 25, 2022
@luhc228 luhc228 changed the title [WIP] feat: hook-store plugin feat: hook-store plugin Sep 6, 2022
@ClarkXia ClarkXia changed the title feat: hook-store plugin [WIP] feat: hook-store plugin Sep 16, 2022
@luhc228 luhc228 changed the title [WIP] feat: hook-store plugin feat: hook-store plugin Sep 22, 2022
import store from './store';

function About() {
const { name, age } = store.useHook('useUser');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 API 名称不修改吗

@wssgcg1213 wssgcg1213 changed the title feat: hook-store plugin [WIP] feat: hook-store plugin Nov 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants