Adding dynamic features to an aggressively cached website
A developer explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
A developer explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
Explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
A developer details implementing a dark mode toggle using CSS, media queries, localStorage, and tools like Claude Code and ImageMagick.
A developer shares a type-safe persistence utility and auto-theming system built with Svelte 5 runes and Zod for robust local storage and theming.
Introduces storage-form, a Web Component that connects HTML forms to browser localStorage for data persistence.
A React tutorial on using local storage with custom hooks to persist state, including session storage and caching.
A tutorial on creating a custom React Hook to synchronize component state with the browser's local storage.
Explains the Web Storage API, focusing on synchronous key/value storage using localStorage and sessionStorage for browser-based data.
A guide to the 'Wrapped State Setter' pattern in React for extending setState functionality, like automatic localStorage persistence.
An overview of essential client-side JavaScript browser APIs, including navigator, window, customElements, document, and localStorage.
Introduces merced-react-hooks, a library offering custom React hooks for state management, localStorage, and lifecycle to reduce boilerplate.
A tutorial on implementing auto-save and data recovery for forms in Blazor applications using local storage to prevent data loss.
A tutorial on creating a custom React hook to persist state in localStorage, making user preferences sticky across page refreshes.
A technical guide on integrating Redux Persist with Next.js to maintain the Redux store state between browser sessions.
A technical tutorial on synchronizing application state across browser tabs using localStorage, NgRx, and RxJS in an Angular application.
Developer announces return to blogging and releases Blazored Local Storage v0.3.0 for Blazor, featuring async APIs and updated interop.
A technical guide on using Service Workers and localStorage to create web forms that save user input when offline and submit later.
A technical guide on using basket.js to asynchronously load module-specific JavaScript from local storage for better web performance.
A humorous proof-of-concept exploit using HTML5 localStorage to fill a user's hard disk, highlighting browser security flaws.
Exploring how to use HTML5 localStorage to cache CSS files for improved website performance and faster loading times.