react-book icon indicating copy to clipboard operation
react-book copied to clipboard

Implementing a Note Application -

Open ggirton opened this issue 8 years ago • 3 comments

" 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.

ggirton avatar Jun 21 '16 21:06 ggirton

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

bebraw avatar Jun 22 '16 04:06 bebraw

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.

ggirton avatar Jun 22 '16 04:06 ggirton

Cool. Keep them coming. 👍

bebraw avatar Jun 22 '16 04:06 bebraw