Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

feat: 增加 useEvent hook #722

Merged
merged 3 commits into from
Mar 19, 2020
Merged

feat: 增加 useEvent hook #722

merged 3 commits into from
Mar 19, 2020

Conversation

Darmody
Copy link
Contributor

@Darmody Darmody commented Mar 18, 2020

resolve #179

@Darmody Darmody requested a review from yesmeck March 18, 2020 11:48
@codesandbox-ci
Copy link

codesandbox-ci bot commented Mar 18, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c03657f:

Sandbox Source
wizardly-star-kcj9s Configuration

@Darmody Darmody force-pushed the feat/useEvent branch 3 times, most recently from eecfeb5 to 75c51ae Compare March 18, 2020 12:24
@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

Merging #722 into master will increase coverage by 0.3%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #722     +/-   ##
=========================================
+ Coverage   95.48%   95.79%   +0.3%     
=========================================
  Files         298      299      +1     
  Lines        3386     3421     +35     
  Branches      523      524      +1     
=========================================
+ Hits         3233     3277     +44     
+ Misses        153      144      -9
Impacted Files Coverage Δ
packages/remax-cli/src/build/rollupConfig.ts 98.61% <ø> (-0.02%) ⬇️
packages/remax/src/createPageConfig.ts 98.55% <100%> (+14.49%) ⬆️
packages/remax/src/utils/lowercase.ts 100% <100%> (ø)
packages/remax/src/lifecycle.ts 100% <100%> (ø) ⬆️
packages/remax/src/hooks.ts 100% <100%> (ø) ⬆️
packages/remax/src/createAppConfig.ts 98.27% <0%> (-1.73%) ⬇️

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 481bc10...c03657f. Read the comment docs.

@Darmody Darmody merged commit ef5e3d4 into master Mar 19, 2020
@Darmody Darmody deleted the feat/useEvent branch March 19, 2020 02:01
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.

[RFC]重新设计事件 hooks
2 participants