Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 3.63 KB

README.md

File metadata and controls

84 lines (62 loc) · 3.63 KB

awesome-jsx Awesome

⚡ A curated list of awesome JSX ecosystem and resources.

JSX is an XML-like syntax extension to ECMAScript without any defined semantics. It's NOT intended to be implemented by engines or browsers. It's NOT a proposal to incorporate JSX into the ECMAScript spec itself. It's intended to be used by various preprocessors (transpilers) to transform these tokens into standard ECMAScript.

Contents

Resources

Official Resources

Community Resources

Integrations

React-like JSX-First libraries

JSX supported libraries other than react

Other JSX based libraries

Dev Tools

Editors/IDE

Runtimes

Transformations