Skip to content

zroger/example-react-logtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.