Introduction to React JSX

The full form JSX is JavaScript Extension that is used to generate output like HTML by writing JavaScript code. render() function is used by every component of react that specifies HTML output. JSX file supports HTML like syntax in JavaScript file that is converted by any pre-processor (ex:babel) to parse by JavaScript engine. JSX file … Continue reading Introduction to React JSX