React Window decorators

from blog Muffin Man, | ↗ original
Two days ago I released two npm packages, window-scroll-manager and react-window-decorators. Scroll manager # Scroll manager (Plx uses the same scroll manager so I extracted it to the standalone package.) is just a simple wrapper around scroll event, that broadcasts custom window-scroll event once per requestAnimationFrame. Idea comes from MDN....