8th713 / cockpit-for-pixiv

Provide comfortable pixiv browsing.
https://8th713.github.io/cockpit-for-pixiv/
MIT License
33 stars 4 forks source link

Optimize intersectionObserver #52

Closed 8th713 closed 5 years ago

8th713 commented 5 years ago

react-intersection-observer は監視の開始が早すぎる。 root オプションを使用した場合無駄な更新が発生してしまう。

代替案として開始を遅延し batchedUpdates をサポートする最適化された API を模索する。

8th713 commented 5 years ago

ごちゃごちゃ感が強い。 3ヶ月後の自分が泣いている予感。