Managing State in React Js: Where to Start as a Beginner?
Managing the state in React is quite different from a normal Javascript project. In React every variable can not take effect on UI only the state variable can take effect. In React here is a concept of Virtual Dom It compares an old state and a new s...
himanshuchauhan.hashnode.dev4 min read