Adding dynamic features to an aggressively cached website
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 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.
Analyzes the security and implementation of storing access tokens in Cookies vs LocalStorage, providing a technical comparison for developers.
Introduces storage-form, a Web Component that connects HTML forms to browser localStorage for data persistence.
Introducing localStore, a JavaScript library that simplifies localStorage usage by automatically handling JSON conversion and adding features like automatic expiry.
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.
A developer details the technical implementation of a multi-theme UI system for a website, covering CSS variables, localStorage, and dark mode images.
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 hands-on tutorial teaching the Web Storage API by building a simple, autosaving note-taking app with HTML, CSS, and JavaScript.
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.