require-jsx
require-jsx copied to clipboard
A require.js plugin that allows you to use JSX files as require.js dependencies.
hey there! I tried Carvalho's jsx library and yours, and both seem to fail in a particular case and I am trying to figure out why. I am trying to...
This PR lets you set the extension for the path the `jsx!` filter looks for (personally, I use `.jsx`): ``` js requirejs.config({ // ... jsx: { extension: 'jsx' } });...
Add harmony flag by default. It would be nice if plugin would have optinos with ability to set or unset harmony flag.
This project is very cool. I'll certainly end up using this. Will require.js ensure that the compilation happens on the server as part of the build step? If not, is...
It would be great to have an example one-click project that someone can easily clone. Would you be willing to make this? If possible, it would be cool to see...
I have a JSX module, which returns an object with a render function that emits a React.renderComponent call. In the calling module, when I require the dependency, it is coming...