Azure / awesome-azd

An awesome list that curates content (articles, videos, tutorials and docs) and templates (ready to use) for the Azure Developer CLI (`azd`). Plus a hosted azd-templates Gallery to simplify search & discovery
https://aka.ms/awesome-azd
MIT License
140 stars 69 forks source link

add helper function for localStorage #391

Open hemarina opened 1 month ago

hemarina commented 1 month ago

Create a helper function for all your components to handle loading/saving from localStorage, like localBrowserSet(key, value) and localBrowserRead(key, value).