Skip to content

Files

Latest commit

 

History

History
3 lines (2 loc) · 286 Bytes

JSX.md

File metadata and controls

3 lines (2 loc) · 286 Bytes

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.