States in React
In the previous article, we understood how we should think in react, in this article, we will learn how a state works in react, let's start:
Thumb Rule
Initial State, Initial View -> Event -> New State, New View
Syntax for State In React
const [ sta...
codingstandard.hashnode.dev2 min read