Mechanics of State in React
How exactly state work in React?
And let's start with a fundamental React principle that we already know. So remember how we learned that in React, we do not manipulate the DOM directly when we want to update a component's view, right? So React is de...
samarjitmahi.hashnode.dev3 min read