Skip to content
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

updated main.js #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

carvelhallndi
Copy link

React.render() is deprecated and as a result, the example was broken. I just updated main.js to use ReactDOM.render and now it is good to go. Great code! Thanks for sharing.

Carvel and others added 2 commits May 1, 2016 15:48
…a barebones page is now being rendered using the jspm/es6 module technology
jspm install fetch
jspm dl-loader --latest
npm install uglifyjs
npm install html-dist
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all these dependencies should be in the package.json and then the install is just npm install && ./node_modules/.bin/jspm install

@jackfranklin
Copy link
Owner

Thanks for this, but I don't understand why some of the changes have been made, hence the comments. Could you clarify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants