How to store and update objects in React useState hook
In my previous article, I have explained how to store and update arrays in useState hook. In this article, we will see how to modify the objects stored using the useState hook.
Project Setup
Create a react project using the following command:
npx cre...
codingdeft.hashnode.dev2 min read