Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 369 Bytes

JSX.md

File metadata and controls

8 lines (6 loc) · 369 Bytes
title excerpt
JSX
an XML-like syntax extension to JavaScript

JSX

JSX is an XML-like syntax extension to JavaScript. It allows developers to write HTML directly in JS but needs to be transpiled before it can be used in the browser. JSX is developed at Facebook and mostly used to complement React.