Discovering React.js: Key Basics for Newcomers
First two ways data binding
For example, if we type something in an input field directly, it updates the DOM. However, we don't need to do this because React uses a concept called the Virtual DOM. So, whenever we need to enter something in an input b...
forme.hashnode.dev2 min read