Writing your first counter app using hook useState
Before starting the blog you must have basic knowledge of JavaScript and react. so, let's start with our
counter app.
in this app, we are going to use the useState hook. so,useState is a Hook that lets you add React state to function components. I m...
aniketsingh.hashnode.dev1 min read