byte-fe / react-model

The next generation state management library for React
236 stars 23 forks source link

refactor(global): separate the state and actions #79

Closed ArrayZoneYour closed 5 years ago

ArrayZoneYour commented 5 years ago

close #77

codecov[bot] commented 5 years ago

Codecov Report

Merging #79 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #79   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         203    204    +1     
  Branches       26     24    -2     
=====================================
+ Hits          203    204    +1
Impacted Files Coverage Δ
src/middlewares.ts 100% <100%> (ø) :arrow_up:
src/helper.ts 100% <100%> (ø) :arrow_up:
src/global.ts 100% <100%> (ø) :arrow_up:
src/index.tsx 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e662b91...c82a7bb. Read the comment docs.