GitHub - floatdrop/plugin-jsx: JSX loader plugin

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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