serlo / athene2-blue-gum

Complete rework of the current athene2 design with a focus on responsive, mobile first.
https://athene2-blue-gum.netlify.com
Apache License 2.0
4 stars 0 forks source link

Lazy loading #20

Open elbotho opened 5 years ago

elbotho commented 5 years ago

We need a mechanism to lazy load parts of the page, e.g. images and maybe the comment section.

(also mentioned in #12)

maybe interesting: https://www.npmjs.com/package/react-lazy-load-image-component https://github.com/twobin/react-lazyload https://blog.logrocket.com/lazy-loading-components-in-react-16-6-6cea535c0b52

Entkenntnis commented 5 years ago

react lazy load is simple to use and works with images and the comments

elbotho commented 5 years ago

Perfect, somehow I have some troubles showing the placeholder, but we'll figure that out.