What is JSX in React?

Question
  • JSX stands for JavaScript XML. JSX allows us to write HTML in React.
  • JSX makes it easier to write and add HTML in React. This file makes applications robust and boosts its performance.
  • JSX allows us to write HTML elements in JavaScript and place them in the DOM without any createElement() and/or appendChild() methods.
  • JSX converts HTML tags into react elements.
3 years 2021-08-05T04:24:29+00:00 4 views 0

Leave an answer

Browse
Browse