Skip to content

Instantly share code, notes, and snippets.

@ClementKerneur
Created May 7, 2016 04:50
Show Gist options
  • Save ClementKerneur/4001896db25972ec25e2e79bd387a225 to your computer and use it in GitHub Desktop.
Save ClementKerneur/4001896db25972ec25e2e79bd387a225 to your computer and use it in GitHub Desktop.
#Use $ like React.createElement
$ = React.createElement
#No jsx, just use coffee
$ MyComponent, { propName: 'value', secondPropName: 'value' },
$ MySubComponent, {}
$ "div", { className: 'explain' }, "Text in div"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment