How onChange Event handler works in React js ?
Introduction
So just like react provides an abstraction layer to the DOM elements it also provides abstraction layer around the events and it is called as synthetic events,
onClick basically allowed us to pass a function that will get executed once...
hashcodehub.hashnode.dev2 min read