react-book
react-book copied to clipboard
Implementing a Note Application -
" 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.
Yeah, that's a valid point. I'll try adding more context there so it's easier to get the idea. Thanks!
I was able to get logging to work after A) encapsulating entire return value in a
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.
Cool. Keep them coming. 👍