5 ms·
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 extention
by ziahamza 12y 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.
- tiglionabbit 12y agoYou 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/jsdf/coffee-react https://github.com/KyleAMathews/cjsx-loader https://github.com/KyleAMathews/cjsx-loader
- deleted 12y ago[deleted]