floatdrop / plugin-jsx

JSX loader plugin
MIT License
36 stars 10 forks source link

plugin-jsx Build Status

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!');

Tests

npm install
npm test