- World-Wide-Web Codes:
- The roadmap to learn React
- React.js
- React Components
- React Virtual DOM
- React Lifecycle
- React State
- React Props
- React Render
- React JSX
- React Function Component Example
- React Function Component Props
- React Function Component:State
- React Arrow Function Component
- React Stateless Function Component
- React Pure Component
- React Function Component: Export & Import
- React Controlled vs Uncontrolled
- React Hooks
- React HOC
- React + Redux
What is JSX ?
JSX is a technology that was introduced by React.
JSX is a preprocessor step that adds XML syntax to JavaScript.
You can definitely use React without JSX but JSX makes React a lot more elegant.
all of our React components have a render function that specifies what the HTML output of our React component will be.
JavaScript eXtension, or more commonly JSX, is a React extension that allows us to write JavaScript that looks like HTML.
JSX is a preprocessor step that adds XML syntax to JavaScript.
You can definitely use React without JSX but JSX makes React a lot more elegant.
all of our React components have a render function that specifies what the HTML output of our React component will be.
JavaScript eXtension, or more commonly JSX, is a React extension that allows us to write JavaScript that looks like HTML.