-
Notifications
You must be signed in to change notification settings - Fork 47.7k
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
this.h3 'Foo' instead of verbose React.DOM.h3 null, 'Foo' #170
Comments
It would be nice if there were a convenient way to "import" a set of variables into scope. |
You can do but you've got to enumerate all the tags you are going to use Christopher "vjeux" Chedeau On Sat, Jul 6, 2013 at 11:48 AM, Jordan W notifications@github.com wrote:
|
There's something pretty similar here: http://jsfiddle.net/hdrV3/1/ |
React with CoffeeScript flavoured with http://github.com/Steida/este looks dazzlingly: https://github.com/steida/este-library/blob/master/este/demos/react/todoapp.coffee |
I don't think we're going to do this. |
If all React.DOM methods were created/aliased on React Component instance, we could use such beautiful concise CoffeeScript syntax: https://gist.github.com/steida/5940661
The text was updated successfully, but these errors were encountered: