A hook for localStorage - store stuff in the user's browser memory!
I'm writing a sort of game using React. It's supposed to be used in the classroom, to help kids remember flashcards. I'm in the process of writing code that allows the user to add their own images to the game. To begin with, I'll use local storage - ...
May 6, 20211 min read54