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

feat: 生命周期 & 交互事件支持 batchedUpdates #1635

Merged
merged 5 commits into from
Jul 6, 2021

Conversation

noyobo
Copy link
Contributor

@noyobo noyobo commented Jul 4, 2021

close #1633

@noyobo noyobo requested a review from yesmeck July 4, 2021 13:03
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 4, 2021

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 226a381:

Sandbox Source
one Configuration

@codecov
Copy link

codecov bot commented Jul 4, 2021

Codecov Report

Merging #1635 (226a381) into master (8152f31) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1635      +/-   ##
==========================================
+ Coverage   90.79%   90.81%   +0.01%     
==========================================
  Files         380      380              
  Lines        4498     4506       +8     
  Branches      648      683      +35     
==========================================
+ Hits         4084     4092       +8     
  Misses        406      406              
  Partials        8        8              
Impacted Files Coverage Δ
packages/remax-runtime/src/Container.ts 96.82% <100.00%> (+0.15%) ⬆️
packages/remax-runtime/src/createPageConfig.ts 98.01% <100.00%> (+0.04%) ⬆️
packages/remax-runtime/src/hostConfig/index.ts 97.77% <100.00%> (+0.07%) ⬆️
packages/remax-runtime/src/render.ts 86.66% <100.00%> (ø)

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 8152f31...226a381. Read the comment docs.

@yesmeck yesmeck merged commit fec2741 into master Jul 6, 2021
@yesmeck yesmeck deleted the fix/batch-effect branch July 6, 2021 06:56
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.

useEffect合并更新问题
2 participants