All tags

Content tagged with "front-end" (8)

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 Ryan Carniato

    A decade of frontend reactivity told by one of its architects, tracing how framework after framework converged on signals for fine-grained updates.

  • by Pavel Panchekha & Chris Harrelson

    A free book that has you build a working browser in Python, from raw socket to render tree, until no part of the pipeline stays a black box.

  • by Jake Archibald

    Why a promise callback runs before a setTimeout of zero. Archibald walks the event loop's two queues closely enough that async ordering stops surprising you.

  • by Paul Irish

    The reference list of the exact DOM reads and writes that force a synchronous layout. Keep it nearby and you'll stop triggering reflows inside loops by accident.

  • by 35

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

  • by Marco Rogers

    The framework you pick matters far less than knowing it deeply; chasing rewrites rarely reaches the promised land, it just resets the treadmill.