tour_of_nix icon indicating copy to clipboard operation
tour_of_nix copied to clipboard

localStorage to not loose answers on reaload

Open qknight opened this issue 1 year ago • 0 comments

we could use localStorage so that page reloads won't use your answers.

https://blog.logrocket.com/localstorage-javascript-complete-guide/#localstorage-vs-cookies

  • []storage local answers
  • [] updates on questions.json will reset parts of that
  • [] add clean all button

https://github.com/leptos-rs/leptos/discussions/1903#discussioncomment-7303836

qknight avatar Oct 02 '23 06:10 qknight