Introduction to Typescript for React developers
Learn how to start working with typescript
Feb 17, 20226 min read1.0K

Search for a command to run...
Series
Learn how to start working with typescript

Intersection Observer API lets programmers check if a DOM element is currently visible (i.e. intersecting) on the screen. It can be used to: display floating menu lazy load images perform animations detect if ads are displayed implement infinite sc...
