jsx4express
Fork form express-jsx, make a litte change.
Express middleware that transforms jsx to js at request time.
Request the .js file and jsx4express will check for a matching filename with a .jsx extension and transform it to .js.
Installation
npm install jsx4express
Example usage
var express = ;var jsxCompile = ;...var app = ;...app;app;...
License
MIT -- see the LICENCE
file for details
History
- 0.1.0
use babel to replace react-tool.