Then why title it "Local Storage in React" if you'll not integrate it with React? You could just show localStorage without React then. I mean I get that you get more views with the #react tag, but is like I wrote an article called "Adding numbers in React" and did this:
You missed my point. I could have mentioned using localstorage with hooks in details, however most of my tutorials are targeted to the beginner or intermediate audience. Besides, i mentioned several times in my post that you can use the items from local storage in any way possible, however.my focus was localstorage itself and how to get started with it.
Thanks
Then why title it "Local Storage in React" if you'll not integrate it with React? You could just show
localStorage
without React then. I mean I get that you get more views with the#react
tag, but is like I wrote an article called "Adding numbers in React" and did this:Instead of just doing
1 + 1
😵You missed my point. I could have mentioned using localstorage with hooks in details, however most of my tutorials are targeted to the beginner or intermediate audience. Besides, i mentioned several times in my post that you can use the items from local storage in any way possible, however.my focus was localstorage itself and how to get started with it.
Thanks
Furthermore, i mentioned about JSON.stringify and how multiple objects can be saved, however i tried to keep it as simple as possible