All tags
Content tagged with "front-end" (8)
All content across blogs, linklog, and books with this tag.
Links
- · medium.comReactivity in AngularAngular's change detection gets a lot simpler once you understand that immutability lets the framework skip entire subtrees instead of diffing every object property.
- · granola.aiDon't animate height!Animating height forces the browser to recalculate layout every single frame, and here are the concrete alternatives that don't.
- · dev.toThe Evolution of Signals in JavaScriptA decade of frontend reactivity told by one of its architects, tracing how framework after framework converged on signals for fine-grained updates.
- · browser.engineeringWeb Browser EngineeringA 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.
- · jakearchibald.comTasks, Microtasks, Queues and SchedulesWhy 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.
- · gist.github.comWhat Forces Layout / ReflowThe 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.
- · thirty-five.comOverengineered anchor linksScroll-to-anchor seems trivial until you account for sticky headers, the back button, smooth scrolling race conditions, and intersection observer timing.
- · polotek.netThe Frontend TreadmillThe framework you pick matters far less than knowing it deeply; chasing rewrites rarely reaches the promised land, it just resets the treadmill.