• Spread syntax (…) allows an iterable such as an array expression or string to be expanded in places where zero or more arguments (for function ...

  • Differentiate between Real DOM and Virtual DOM.   Real DOM Virtual  DOM 1. It updates slow. 1. It updates faster. 2. Can directly update HTML. ...

  • On this pageIntroducing HooksWhat is a Hook?When would I use a Hook?Built-in Hooks in React Introducing Hooks Hooks in React are a new addition in ...

  • On this pageLife cycle phases in React componentsMountingUpdateUnmount Life cycle phases in React components Every React component goes through the same lifecycle: A component mounts ...

  • On this pagevar vs let vs constOutput:Output:Transpiling and Polyfilling var vs let vs const In this article, var, let and const will be discussed with ...

  • On this pageWhat is React JS?PrerequisiteExampleSet up a React EnvironmentRun the React ApplicationHow does React Work?Quick StartReact ComponentFunction ComponentExampleClass ComponentExample What is React JS? React ...