coffee-react-quickstart icon indicating copy to clipboard operation
coffee-react-quickstart copied to clipboard

Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router

Results 9 coffee-react-quickstart issues
Sort by recently updated
recently updated
newest added

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...

Any chance for a repo without any ruby dependencies?

The bug is in contextify, and I worked around the problem with the help of this comment: https://github.com/brianmcd/contextify/issues/180#issuecomment-142148860 I opened this in case anybody else comes across this problem. When...

I cannot `require` .jsx files (from other projects like [material-ui](https://github.com/callemall/material-ui)). Am I doing something wrong? Also is there a way to enable ES6 conversion both for .js and .jsx files?...

Should this project also provide examples of how to write without a jsx transform? e.g. ``` coffeescript React = require 'react' E = React.createElement N = null Link = require('react-router').Link...

I am trying to replace browserify with webpack in order to get react-hot-loader working in my dev setup. Since I am already using gulp and want to stick with it...

Do images seem to work just fine for you? If so, I’ll do more investigation… ``` ERROR in ./src/images/sprites@2x/icons-s91a7691adc.png Module parse failed: /Users/username/Repos/guidebook/gears3fe/src/images/sprites@2x/icons-s91a7691adc.png Line 1: Unexpected token ILLEGAL You may...

The autoloader seems to be breaking CSS sourcemap support. > I'm not sure it's possible actually with the default css loader :( > > See webpack/webpack#214 > > Perhaps we...