hapramp / alpha-web

1Ramp Alpha Web App
https://alpha.1ramp.io/
19 stars 7 forks source link

Feature/code splitting #154

Closed gurjit03 closed 5 years ago

gurjit03 commented 5 years ago

This PR will be in continuation #24.

codecov[bot] commented 5 years ago

Codecov Report

Merging #154 into develop will decrease coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #154      +/-   ##
==========================================
- Coverage     0.34%   0.34%   -0.01%     
==========================================
  Files          177     179       +2     
  Lines         4581    4588       +7     
  Branches       902     904       +2     
==========================================
  Hits            16      16              
- Misses        4015    4020       +5     
- Partials       550     552       +2
Impacted Files Coverage Δ
src/helpers/Loader.js 0% <0%> (ø)
src/post/PostSingle/index.js 0% <0%> (ø) :arrow_up:
src/post/Replies/Reply/index.js 0% <0%> (ø) :arrow_up:
src/post/Replies/index.js 0% <0%> (ø) :arrow_up:
src/helpers/index.js 0% <0%> (ø)

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 2f5c0cd...041408b. Read the comment docs.

gurjit03 commented 5 years ago

@singhpratyush I have added the lazy-loading in the single post view.