Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upES7 decorators and exports #294
Comments
reggi
changed the title
ES6 / ES7 decorators and exports
ES7 decorators and exports
Oct 15, 2015
This comment has been minimized.
This comment has been minimized.
reggi
closed this
Oct 15, 2015
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
reggi commentedOct 15, 2015
I'm encountering some issues with https://github.com/erikras/react-redux-universal-hot-example
Here's an example with decorators that gives "Unexpected token illegal"
https://github.com/erikras/react-redux-universal-hot-example/blob/master/src/components/CounterButton/CounterButton.js#L5
Then theres this simple file where the first line is an
exportwithfrom.https://github.com/erikras/react-redux-universal-hot-example/blob/master/api/actions/widget/index.js