DEV Community

Cover image for Using localStorage API - Good idea? Bad idea? Thoughts?
Jacob E. Shore
Jacob E. Shore

Posted on

Using localStorage API - Good idea? Bad idea? Thoughts?

I've been playing around w/ the idea of using the browser localStorage API instead of a backend/database (for lightweight apps ). Here's a basic todo app made with Vuejs and the localStorage API.

Todo with localStorage

Has anyone done this? Good idea? Bad idea? Thoughts?

demo page

Top comments (0)