JSX (JavaScript XML) topic
JSX is an XML-like syntax extension to ECMAScript without any defined semantics that allows creation of DOM trees. Being a syntactic sugar, JSX is generally transpiled into nested JavaScript function calls structurally similar to the original JSX.
universal-react-demo
ES6 demo of a simple but scalable React app with react-router, code splitting, server side rendering, and tree shaking.
preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
react-structured-data
React Structured Data provides an easy way to add structured data to your React apps
prettier
Prettier is an opinionated code formatter.
htm
Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
solid
A declarative, efficient, and flexible JavaScript library for building user interfaces.
expect-jsx
✅ toEqualJSX for expect assertion library
crank
The Just JavaScript Framework