Jump to content

Talk:JSX (JavaScript)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

JSX Not Only React

Hello, there are now a few frameworks building on top of JSX, like [Solid https://www.solidjs.com/], [Qwik https://qwik.builder.io/], or [Preact https://preactjs.com/]. I think the article could reflect more on that, especially in the introduction, I'd suggest something like:

JSX (JavaScript Syntax Extension and occasionally referred as JavaScript XML) is an extension to the JavaScript language syntax introduced and popularized by React, which provides a way to integrate HTML-like fragments, providing a familiar syntax for developers to build dynamic components rendering HTML. Bobrummel (talk) 10:58, 23 September 2022 (UTC)[reply]