JSX (React)

Estimated reading time: 1 minute

What is JSX ?

You can’t use normal html template inside React library . JSX is a preprocessor step that adds XML syntax to JavaScript.

JSX symbol

JSX access by double curly braces {}

  {2+4}
// 6
react, react.js, js