hapramp / alpha-web

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

Implement lazy loading for post cards for better performance #96

Closed singhpratyush closed 5 years ago

singhpratyush commented 5 years ago

When rendering a long list of posts, the app stops for a small amount of time and then displays everything.

Lazyloading would make things faster in this case.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #96      +/-   ##
==========================================
- Coverage     0.53%   0.53%   -0.01%     
==========================================
  Files          130     130              
  Lines         2980    2981       +1     
  Branches       574     574              
==========================================
  Hits            16      16              
- Misses        2621    2622       +1     
  Partials       343     343
Impacted Files Coverage Δ
src/post/PostCard/index.js 0% <0%> (ø) :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 24bfb44...e36af46. Read the comment docs.