Learning frontend development and sharing my journey through acquired knowledge over here.
Let's unpack the meaning of the word into two segments from the above question. Virtual meaning it's a representation(simulation) of the original. DOM...
Simple definition and Real life example. · State is a plain and simple Javascript object used by React as a special React built-in object which helps us...
Props is just an another name for properties. Props help us in order to pass the required information/data/state to the component via HTML attributes....
In Simple Words · JSX is a file extension which stands for JavaScript XML. It's the elegant feature of the React. It allows us to integrate HTML inside...
It's a special function that allows us to hook(use) into the react features and state without writing a class. · To keep it simple. It's a special...