meteor compiler for DeNA JSX - a faster, safer, easier JavaScript
- Install the JSX compiler. Toolkit is released as a npm package, so you can install it with
npm install -g jsx
- Install packages baysao:dena-jsx for automatic compile file with extension .jsxx (I need to change .jsx to .jsxx for prevention conflict with core package meteor/jsx)
meteor add baysao:dena-jsx
- Put code with extension .jsxx in client code
Vu Tran - http://vutran.info