Open JaeYeopHan opened 6 years ago
IntersectionObserver에 대해서 정리하자.
https://github.com/researchgate/react-intersection-observer
2019년 2월 4일부로 webkit에서도 지원! (폴리필이 필요 없다!) https://webkit.org/blog/8582/intersectionobserver-in-webkit/
IntersectionObserver를 활용한 이미지 레이지 로딩 React 컴포넌트 https://github.com/bluebill1049/react-simple-img
https://developers.google.com/web/updates/2019/02/intersectionobserver-v2
https://github.com/midudev/react-rendering-strategies/blob/master/strategies/useNearScreen.js
Lazy loading
IntersectionObserver에 대해서 정리하자.