ReactJs - Element

Computer Science and Engineering > ReactJS

What is an element?

  • Element form the basic block of the React app.
  • They have the information that is displayed in UI.

Example:


const element = <h1>Hello, world</h1>;
  

Here


  • A Insulation
  • B Abstraction
  • C Packing
  • D Wrapping
  • A Availability
  • B Resuability and Availability
  • C None of the options
  • D Reusability