JSX loader plugin for jspm
Deprecation: Use babel.
This plugin will translate JSX templates to JS.
To use it you should install it with jspm:
jspm install jsx
After that you can include JSX templates in your modules:
var Component = require('component.jsx!');
npm install
npm test