kriasoft / hyperapp-render

Render Hyperapp to an HTML string with SSR and Node.js streaming support.
MIT License
103 stars 15 forks source link

Lazy components #7

Closed frenzzy closed 6 years ago

frenzzy commented 6 years ago

ref https://github.com/hyperapp/hyperapp/pull/606

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          86     91    +5     
  Branches       16     18    +2     
=====================================
+ Hits           86     91    +5
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:
src/server.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 cdfc69c...9afc287. Read the comment docs.