I tried copying the code samples from the book myself. For the Notes application, I found that it will store the notes and the note name but not the content of the note. As soon as you refresh, the notes are still there but any text stored in the body of the note is gone.
Looking at the console when you update a note, you can see that it is throwing an error every time you click the update button. My guess is that's where the problem is.
I thought maybe it was just me so I downloaded the code samples from Manning's site and confirmed that it has the same problem. Hopefully this will be fixed before publication.
I tried copying the code samples from the book myself. For the Notes application, I found that it will store the notes and the note name but not the content of the note. As soon as you refresh, the notes are still there but any text stored in the body of the note is gone.
Looking at the console when you update a note, you can see that it is throwing an error every time you click the update button. My guess is that's where the problem is.
I thought maybe it was just me so I downloaded the code samples from Manning's site and confirmed that it has the same problem. Hopefully this will be fixed before publication.