-
Hi,
I have the following package.json:
```
"scripts": {
"nodemon": "ENV=development DEBUG=express:* nodemon -e coffee,js,jade,json,jsx,cjsx ./server/app.coffee --args --nodejs",
"watchify…
nakwa updated
8 years ago
-
Based on your project, I've build some starter app structure (that I'll publish soon), to create Phonegap/Cordova apps using Gulp / Browserify / React...
What really bothered me with your project was…
-
hi there,
I'm having problems trying to run this component.
I've installed the package using npm.
Then I'm trying to 'require' it as follows - var DropzoneComponent = require('react-dropzone-comp…
-
Latest react docs https://facebook.github.io/react/docs/getting-started.html suggest using `babelify`. We currently use `reactify` in `gulpfile.js`. It looks like `babelify` would do a better es6->es5…
-
the react team has announced that react-tools and jstransformer will be deprecated.
will reactify be migrated to use babel anytime soon?
announcement here:
http://facebook.github.io/react/blog/2015…
-
-
We should get on the latest of this stuff.
Anything we need to worry about @nsonnad?
```
Package Current Wanted Latest Location
browser-sync 1.9.2 1.9.2 2.…
-
Looks much like [reactive-ruby](https://github.com/zetachang/react.rb/tree/reactive-ruby).
But reactive-ruby is not out of the door yet.
Do you plan to support the react way of updating the DOM? That…
-
Hi Ludovic,
I've a strange error.
``` bash
$ gulp reactify
[15:16:28] Using gulpfile /srv/snowshoe/gulpfile.js
[15:16:28] Starting 'reactify'...
[15:16:28] Finished 'reactify' after 22 ms
reactify: …
-
I'm trying to use an svg with the following rect element:
```
```
This is transformed to:
```
React.createElement("rect", { x: "1.25", y: "6.15", width: "38.36", height: "49.53", rx: "4.39", ry: "…