Description
In my previous post I shared my new react project where I used data visualization with pie chart in m... Tagged with react, javascript, tutorial, beginners.
Summary
- In this post I will discuss how you can have persistent data in your localStorage in react with hooks.
- What is persistent data?
- If you want to push an array of object to localStorage with useState and getting all sorts of errors like state vanishing after the page loading, you are at the right place because I solved this issue and deployed my react-project which uses React hooks+localStorage.