Note from 23 May 2020

When @getify writes "It took my brain weeks to fully understand the implications of that juggling", I wonder if I really should try to understand… 😅

Looks fascinating anyway:
https://github.com/getify/Functional-Light-JS/blob/master/manuscript/apA.md


  1. TIL IntersectionObserver's rootMargin only works if the observer is in the same origin, because of privacy concerns:

    There is a risk that the API may be used to probe for information about the geometry of the global viewport itself, which may be used to deduce the user’s hardware configuration.

    That's why this demo of a sticky navigation doesn't work in CodePen's default view… 😞

    https://codepen.io/nhoizey/pen/QWBrrKB