Hacker News new | ask | show | jobs
by ziahamza 4152 days ago
The biggest reason why I still dont use coffeescript is that most compile javascript tooling doesnt work. I cant use types from TypeScript, or use JSX extentions with coffeescript.
1 comments

You can use coffee-script with JSX. I'm using cjsx-loader with webpack, and there's also a stand-alone cjsx compiler.

https://github.com/jsdf/coffee-react

https://github.com/KyleAMathews/cjsx-loader