Skip to content
gfx edited this page Jun 17, 2012 · 3 revisions

References related to JSX

Standard ECMA-262

JSX is derived from JavaScript, which is standardized as ECMA-262.

The JavaScript reference manual in Mozilla Developer Network is also a good documentation.

W3C Document Object Model (DOM)

The browser platform binding of JSX is standardized by W3C as Document Object Model.

The following DOM specs are especially important.

HTML5

HTML5, the 5th major revision of the core language of the World Wide Web, is also discussed in W3C.

WebGL, considered as a part of HTML5, is standardized by Khronos WebGL Working Group.

Web Browsers

Be familiar with modern web browsers, where JSX runs on.

Node.js

Node.js is one of the primary platforms on which JSX applications run.

Clone this wiki locally