JaeYeopHan / tip-archive

📦 Archiving various development tips. If you watch this repository, you can get issues related to the newly registered development tip from the GitHub feed.
https://www.facebook.com/Jbee.dev/
245 stars 8 forks source link

IntersectionObserver 정리 #26

Open JaeYeopHan opened 5 years ago

JaeYeopHan commented 5 years ago

Lazy loading

IntersectionObserver에 대해서 정리하자.

JaeYeopHan commented 5 years ago

https://github.com/researchgate/react-intersection-observer

JaeYeopHan commented 5 years ago

2019년 2월 4일부로 webkit에서도 지원! (폴리필이 필요 없다!) https://webkit.org/blog/8582/intersectionobserver-in-webkit/

JaeYeopHan commented 5 years ago

IntersectionObserver를 활용한 이미지 레이지 로딩 React 컴포넌트 https://github.com/bluebill1049/react-simple-img

JaeYeopHan commented 5 years ago

https://developers.google.com/web/updates/2019/02/intersectionobserver-v2

JaeYeopHan commented 4 years ago

https://github.com/midudev/react-rendering-strategies/blob/master/strategies/useNearScreen.js