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

Implementing a Note Application - #414

Open
ggirton opened this issue Jun 21, 2016 · 3 comments
Open

Implementing a Note Application - #414

ggirton opened this issue Jun 21, 2016 · 3 comments

Comments

@ggirton
Copy link

ggirton commented Jun 21, 2016

" If you try debugging it, you can see the ids should change if you refresh. You can verify this easily either by inserting a console.log(notes); line or a debugger; statement within the component function."

I did not find a place where inserting console.log(notes); did not cause the page to fail to display. An example here would help.

@bebraw
Copy link
Member

bebraw commented Jun 22, 2016

Yeah, that's a valid point. I'll try adding more context there so it's easier to get the idea. Thanks!

@ggirton
Copy link
Author

ggirton commented Jun 22, 2016

I was able to get logging to work after A) encapsulating entire return value in a

and B) looking for it in the browser console (as opposed to the terminal console). Many thanks for this fine introduction … I will have a couple more minor suggestions as I g along, based on my unfamiliarities with the toolsets :-) CHeers!

On Jun 21, 2016, at 9:37 PM, Juho Vepsäläinen [email protected] wrote:

Yeah, that's a valid point. I'll try adding more context there so it's easier to get the idea. Thanks!


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@bebraw
Copy link
Member

bebraw commented Jun 22, 2016

Cool. Keep them coming. 👍

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

No branches or pull requests

2 participants