-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a “Try Coffee-React” page like on coffeescript.org? #14
Comments
Good Idea... Doesn't exist as yet but it should. |
Here you go: http://jsdf.github.io/coffee-react-transform/ |
@jsdf That’s awesome, thanks. (Just got back from vacation recently) I may have misunderstood To be clear, this demo tool is still very helpful. What’s still missing is the ability for someone who is writing CJSX and wonders exactly what the equivalent JS is, to paste an arbitrary chunk of their code (possibly just CoffeeScript, possibly — and problematically — CoffeeScript with JSX syntax) into a converter to see what the browser will see. Do you see what the problem is? No one preview tool handles all the conversions right now. |
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 fix first |
Oh — I created a Fluid app for your tool (on my computer) and created this icon for it. It’s nothing special, but if you want to add it to your page as a favicon or other sort of icon, feel free. Source zip here (in Acorn format) |
Neat, thanks for that! |
Can we get this "http://jsdf.github.io/coffee-react-transform/" added to the README? It's very useful. |
One of the trickiest things about writing CoffeeScript is that sometimes its syntax doesn’t compile into exactly the JS one thought it might. For this reason, the coffeescript.org “Try CoffeeScript” widget is invaluable.
I would want to be able to use the same sort of tool, one that enables paste-and-check, with whatever .cjsx I write. Is there such a page or tool already?
The text was updated successfully, but these errors were encountered: