-
Notifications
You must be signed in to change notification settings - Fork 103
Home
kazuho edited this page Jul 2, 2012
·
38 revisions
This wiki supplements the documents of JSX available on jsx.github.com.
JSX is a statically-typed, class-based object oriented programming language. The language is almost identical to JavaScript (ECMA-262 3rd edition) at the level of primitive types, operators, expressions and statements.
- Using the Source-code Debugger
- Editor support (vim / emacs)
- Using the Profiler
- JSX Homepage
- Source code repository
- Issue Tracker
- Resources - articles, examples, and other resources
- References - references related to JSX