All tags

Content tagged with "front-end" (3)

All content across blogs, linklog, and books with this tag.

Links

  • Reactivity in Angular
    by Eugene Oz

    Angular's change detection gets a lot simpler once you understand that immutability lets the framework skip entire subtrees instead of diffing every object property.

  • by Granola

    Animating height forces the browser to recalculate layout every single frame, and here are the concrete alternatives that don't.

  • by 35

    Scroll-to-anchor seems trivial until you account for sticky headers, the back button, smooth scrolling race conditions, and intersection observer timing.