-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Improve tutorial documentation; fixes #71 #165
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
Improve tutorial documentation; fixes #71 #165
Conversation
Deploy preview ready! Built with commit 5a975b8 |
Yep, understandable :) I'll review in a sec. |
@bvaughn, that should be it I hope :) |
content/tutorial/tutorial.md
Outdated
|
||
```bash | ||
touch src/index.js | ||
curl -L https://codepen.io/gaearon/pen/oWWQNa.js > src/index.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that this JS is compiled. That's probably not ideal.
I'm thinking maybe we should just remove these 2 touch+curl snippets, at least unless there's a way to get the pre-compilation JS. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, yes, you're right. Should have paid more attention to that. Do you feel we should remove the touches as well, or just the curls?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh...probably both? Might be confusing to have the touch
without the curl
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. I'll remove in a sec.
Because codepen was providing us with compiled javascript, it'd be best to leave the curl request snippets out of the tutorial. related to: #71
Thanks~ |
* Translate React Conf Recap. * Update content/blog/2018-11-13-react-conf-recap.md Changed the term 'Simultânea' to 'Concorrente'. Co-Authored-By: DanielObara <[email protected]> * Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: DanielObara <[email protected]> * Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: DanielObara <[email protected]> * Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: DanielObara <[email protected]>
No description provided.