James Friend

Results 62 comments of James Friend

You could try [teact](https://github.com/hurrymaplelad/teact) or [react-hyperscript](https://github.com/mlmorg/react-hyperscript)

You don't have to rewrite anything. You can use [the codemod](https://github.com/jsdf/cjsx-codemod) to codemod your existing codebase to use teact, or anything else which has the same method signature as React.createElement.

If you or anyone else is interested in having a go at building an alternative to this project, a much more robust alternative to the CJSX syntax would be to...

[Coffeescript 2 has JSX built in](http://coffeescript.org/v2/#jsx)

Good Idea... Doesn't exist as yet but it should.

Here you go: http://jsdf.github.io/coffee-react-transform/

Yep, I plan to add a tab with js output also, there is just currently a bug in coffee react which only occurs in the browser which I need to...

It looks like the issue is mtime resolution. In your example, if you move `delay(2000)` before `updateMainEntry`, it works correctly. Unfortunately this is just a limitation of fs.stat on HFS+...

Would I be right in assuming that the desired output is ``` React.createElement("paper-button", ...) ``` ?