I’ve just published a new blog post: https://www.chornonoh-vova.com/blog/storage-in-the-browser
I wanted to explore all the ways we can persist data on the client side: cookies, Web Storage, and IndexedDB. And share a few insights from my own experience along the way.
It’s a practical overview, with small examples for each approach in plain JS and React.
Enjoy reading!