masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Refactor LocalStorage #264

Open masakudamatsu opened 3 years ago

masakudamatsu commented 3 years ago

See how it should be done at https://epicreact.dev/modules/react-hooks/useeffect-persistent-state-solution

Use JSON.stringify() to convert non-string state values into string values that are storable in localStorage.