**[[JavaScript]] UI Library maintained by Facebook**
React is a JavaScript UI Library allowing you to build reusable, containerized "Components", then use those _components_ to build robust websites. The React framework manages DOM updates for you.
JSX ("JavaScript XML") is an extension to JavaScript that React uses to mix HTML with JavaScript. JSX is how React components are created.
****
# More
## Source
## Related