Offline-Friendly Forms
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 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.
A JavaScript developer shares an improved pattern for detecting and safely using the localStorage API, including a robust feature test and local reference technique.
A technical guide on using localStorage, seeded randomization, and CSS variables to maintain React animation state across page navigation in a Next.js static site.