Styling a sticky element when it gets pinned using React
In this case, using the scroll event offers more flexibility than using the IntersectionObserver API
Search for a command to run...
Series
Articles about frontend and backend developemnt in JavaScript, TypeScript, NodeJS, ReactJS, ExpressJS, Babel, NextJS, etc...
In this case, using the scroll event offers more flexibility than using the IntersectionObserver API
Feeling the web developer fatigue? You are not alone!

The IntersectionObserver is a powerful API for tracking elements' visibility within the viewport. Many modern web applications use it to implement lazy loading, infinite scrolling, or other interactions that depend on an element's visibility. When it...
Lightweight drop-in app for rapid React component development and visualisation

Extending Jest in TypeScript to write custom matchers for testing additional Error properties.

NextJS React app startup process goes from 20s to just 3
