This Atom package allows the transformation of JSX files on save or on demand through the menus.
If you want to know more about JSX, please take a look at React.
- atom-jsx-transform package at Atom.io.
- atom-jsx-transform repository at GitHub.
- atom-jsx-transform package at NPM.
You may choose to allow JSX compilation on save of JSX files.
Go to File > Settings > Packages and search for atom-jsx-transform. Go to the package settings.
You can compile the selected open JSX file using the shortcut ctrl-alt-j
c
, use the top menu Packages > JSX Transform > Compile JSX File
or the context menu item Compile JSX File to JS.
If you would like to make contributions to this package, you are welcome.
Copyright (c) 2015. Licensed under the MIT license.