Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 292 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 292 Bytes

Log tailing w/ React + IntersectionObserver

This example uses React with the IntersectionObserver API to keep the end of a dynamically updating element in view as new content is added. When the IntersectionTarget is in view, then target element will be scrolled into view after updates.