high
lit
Sign in
Explain your code
Code Explainers
Code explainers tagged
#dom-observation
typescript
import
{
useEffect
,
useState
}
from
"
react
"
;
interface
Section
{
id
:
string
;
Building a scroll-spy hook in React
custom-hooks
intersectionobserver
dom-observation
Intermediate
8 steps