#LocalStorage
unfortunately, concepts like "save the contents of the textbox to localstorage every few seconds, and restore it if the localstorage key is present when the page reloads" are a lost art
September 24, 2026 at 6:05 PM
atproto: the public localstorage api
June 6, 2024 at 10:57 PM
"this site uses localstorage" just doesn't quite hit the same
July 4, 2024 at 12:09 AM
wtf bsky.app speichert langlebige access token im localstorage des browsers und als waere das nicht genug auch noch die eigene ip und die mit dem account verbundene email adresse alles was im localstorage liegt kann von javascript ausgelesen und somit einfach bei XSS bugs exfiltriert werden
January 15, 2026 at 6:20 AM
Hell yeah - localStorage chat with @cocore.dev LLM backend
this is fucking awesome
June 18, 2026 at 10:20 PM
New branch created in bluesky-social/social-app: draft-localstorage
Comparing main...draft-localstorage · bluesky-social/social-app
The Bluesky Social application for Web, iOS, and Android - Comparing main...draft-localstorage · bluesky-social/social-app
github.com
December 6, 2025 at 8:00 PM
i have this idea of adding data storage system into the website. not sure wether to use localStorage or a json file you manually import / export...
June 11, 2026 at 12:03 PM
A Guide to Web Storage: LocalStorage, Sessions, Cookies & More.

dev.to/austinwdigit...

#JavaScript #Webdev
A Guide to Web Storage: LocalStorage, Sessions, Cookies & More
👋 Let's Connect! Follow me on GitHub for new projects. Introduction When building web...
dev.to
February 5, 2025 at 8:42 PM
i love this hook btw github.com/espeon/watch...
February 13, 2025 at 1:47 AM
❤️ Happy to see that 🦋 bsky uses @tanstack.com React Query - even using our persister plugin to write to localStorage:

github.com/bluesky-soci...
social-app/src/lib/react-query.tsx at c580f20b5311914c3ecdd3a84f7ae13f8881f3a7 · bluesky-social/social-app
The Bluesky Social application for Web, iOS, and Android - bluesky-social/social-app
github.com
November 3, 2024 at 4:29 PM
I'm starting with a client only UI prototype and I'm faking the PDS calls with localStorage: bsky.app/profile/spac...
I want to make an atproto app for creating collections of anything - create book shelves, rate movies, collect science papers, fictional character tier list, etc.

Before committing to a lexicon I want to understand what a good user experience would look like and then build the corresponding lexicon
October 12, 2025 at 9:54 PM
Since 'localStorage' is not a reactive state, we have to use 'useEffect' to fetch items from 'localStorage' every time the component mounts

#react #javascript #state
February 10, 2025 at 2:31 PM
plus like. literally gigabytes of localstorage
September 25, 2026 at 5:07 PM
Bluesky 即将到来的新功能,应该是基于本地存储 (localStorage) 的帖文草稿,上游 ATProtocol 最近也有不少动作,可能后面还会有点新东西
January 8, 2026 at 2:19 AM
also nitpicking but localStorage is just a web browser API, its shape isn’t javascript’s fault as some in the thread imply. the language’s design has no relation to it
October 26, 2025 at 5:54 AM
September 15, 2026 at 2:31 PM
lá vou eu acessar o computaria pra me lembrar como que usa o localStorage...
September 26, 2024 at 11:32 AM
It's great that this website is built in such a nonchalant way that it's damn near impossible as an end-user to tell what will persist between devices and what is only in localStorage and can disappear effectively randomly and is device-specific.
April 21, 2026 at 3:16 PM
Recomendação de artigo:

LocalStorage: armazena dados persistentes. SessionStorage: armazena dados temporários. Cookies: envia dados pequenos ao servidor.
#bolhadev #ArtigosDev
Understanding Web Storage: LocalStorage, SessionStorage, and Cookies
In modern web development, managing data on the client side has become an essential skill. Developers...
dev.to
September 4, 2024 at 4:30 AM
lol
October 16, 2025 at 4:10 PM
change the dmServiceUrl (in localStorage if you must) to uggcf://ncv.ofxl.pung
May 17, 2024 at 1:16 AM
if you mean localStorage, it does deal with strings, but typically you’d just save stuff via JSON.stringify and load via JSON.parse. this only needs to be done at the top level. this isn’t very different from a persistent KV store in any other language — at some point somebody has to (de)serialize
October 26, 2025 at 5:52 AM
すごく良い記事... / 「JWT を localStorage に置くな」はなぜ言われるのか、Cookie 回帰までの時系列整理
「JWT を localStorage に置くな」はなぜ言われるのか、Cookie 回帰までの時系列整理
zenn.dev
May 27, 2026 at 10:48 PM
🛒 Built a Shopping Cart with JavaScript!

Practiced DOM manipulation, arrays, objects, `reduce()`, event listeners, and `localStorage`.

More importantly, I built it from memory as a retrieval challenge. 💪

#JavaScript #FrontendDev #100DaysOfCode
September 25, 2026 at 1:09 PM