Closed okwolf closed 7 years ago
Merging #6 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #6 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 18 19 +1
Branches 3 3
=====================================
+ Hits 18 19 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/index.js | 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 c1936bf...86a8abf. Read the comment docs.
Closing in favor of #7
Preparing for https://github.com/hyperapp/hyperapp/pull/385 by using
hooks
instead ofevents
. Not being passed the currentstate
anywhere in the curried action functions available resulted in some code indirection. It appears to work, but I'm thinking I might want to make this and some other useful HOF forhooks
shared code.