What is State in React ?
State is a plain and simple Javascript object used by React as a special React built-in object which helps us to create and handle(manage) data as in key/value pair. It's where we as a developer store the property values of the component.
In much sim...
kishoremongar.hashnode.dev2 min read
Developer Avocado
Frontend developer. Debugging this world one console.log() at a time
Thanks for explanation Kishore Mongar 👍