scroll events: requestAnimationFrame VS requestIdleCallback VS passive event listeners
Although this question is a little bit older, I want to answer it because I often see scripts, where a lot of these techniques are misused. In general all your asked tools (rAF, rIC and passive listeners) are great tools and won’t vanish soon. But you have to know why to use them. Before I … Read more