React Advanced 2024: Designing Effective Documentation
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
A guide to importing frontend JavaScript libraries without using a build system, covering ES Modules, classic scripts, and CommonJS.
JS Party podcast hosts announce their attendance at React Summit 2024, a major React developer conference in NYC/Jersey City.
A casual podcast discussing CSS Masonry syntax proposals and the iterative design process in architecture, drawing parallels to software development.
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
An introduction to CSS Container Queries, explaining their importance and how to use them for component-based responsive design.
Explores the historical misuse of the HTML <button> element, its critical role in web accessibility, and why developers often incorrectly use other elements instead.
Explores the proposed CSS syntax for creating masonry layouts, a grid-like design popularized by Pinterest, and the debate around its implementation.
Robin, a German software engineer, introduces his background, mission to make coding education accessible, and his freelance work.
A deep dive into the API design choices, tradeoffs, and lessons learned from developing the popular TanStack React Query library.
A tutorial on using Htmx triggers with ASP.NET Core to dynamically update HTML elements, specifically focusing on refreshing a user avatar.
Explores the HTML <blockquote> element, its semantic purpose, historical usage, and why it's unsuitable for pull quotes in web design.
A developer advocate shares insights and resources from his conference talk on Web Components, focusing on their role in design systems.
A defense of Web Components, explaining their differences from JavaScript frameworks and why their long-term, standards-based approach is valuable.
A developer's weeknotes covering JavaScript work, attending a Frontend Masters web performance workshop, reading tech news, and personal updates.
A designer and developer shares the process and reasoning behind a personal website redesign, focusing on branding and self-representation.
Compares the execution speed of Svelte's reactive bindings to keyboard events and provides workarounds for synchronization.
Explains how to manage and synchronize React application state using URL parameters with react-router-dom for persistence and shareability.
A web developer explores creative CSS composition using custom properties and gradients, inspired by artistic constraints.
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.