KyleAMathews / coffee-react-quickstart

Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router
http://kyleamathews.github.io/coffee-react-quickstart
MIT License
254 stars 41 forks source link

Any plans to support Coffeescript 2.x? #37

Open harlantwood opened 6 years ago

harlantwood commented 6 years ago

Coffeescript 2 now compiles to ES6, and supports JSX, and much more: http://coffeescript.org/announcing-coffeescript-2/

If anyone wants to take on converting this starter kit to Coffeescript 2, it might be helpful to look at this other starter kit, which already supports it: https://github.com/smith-chris/react-coffee-starter