Using Browser Apis In React Practical Guide
A guide on how to correctly integrate native browser APIs like fetch and localStorage with React's component lifecycle for efficient web apps.
A guide on how to correctly integrate native browser APIs like fetch and localStorage with React's component lifecycle for efficient web apps.
Explains how React components work with native Browser APIs like Fetch, Observers, and History for networking, UI interactions, and navigation.
A Chrome engineer discusses the design challenges and considerations for creating new built-in AI web APIs, focusing on the prompt API and task-based models.
Critique of tech press ignoring how Progressive Web Apps and browser competition could disrupt Apple and Google's app store duopoly.
An overview of essential client-side JavaScript browser APIs, including navigator, window, customElements, document, and localStorage.
A technical guide on implementing text-to-speech functionality in web applications using the JavaScript Web Speech API.
Explains how many common JavaScript features like timers, fetch, and DOM manipulation are actually Browser APIs, not part of the core language.
Explains how to use browser Feature Policies like oversized-images and unoptimized-images to catch and prevent common web performance issues.
Explores the CSS Houdini spec and Paint API, giving developers low-level control over the CSSOM for custom styling and performance.
Explores the future of responsive web design, moving beyond screen size to consider user context like location, light levels, and device preferences.
A guide to implementing the Web Share API to enhance static social sharing links on websites, with a fallback for unsupported browsers.
An introduction to Houdini, a set of upcoming web standards that allows developers to extend CSS and hook into the browser's rendering engine.