Vue.js has such good docs for learning. It's becoming my go-to resource first to learn the basics about whatever Vue function I want. Followed the Vue cookbook here to learn about localStorage - https://vuejs.org/v2/cookbook/client-side-storage.html Used mounted to handle loading the value from localStorage. To handle writing the data base, we watch the title and post value and on change, immediately write it. Added Tailwind into the mix to learn too! - https://codepen.io/jasonleow/pen/ZEWwZaO