Basic Hooks in React - useState()
This blog post continues the series about React Hooks.
Here we are exploring one of basic and most important hooks in React - useState().
What is useState()?
useState() is JavaScript function, which is used in functional components to create state an...
olena.hashnode.dev3 min read