AnuragThePathak / notes-react-app

https://notes-app-anurag.netlify.app
0 stars 0 forks source link

Once taken note can't be reedited #6

Open deep1910 opened 2 years ago

AnuragThePathak commented 2 years ago

@deep1910 if you don't know react yet, then you can start watching from here.

In this playlist you'll learn to make a server based notes app as well. If we implement that mechanism it'll make this app much better but will incur hosting cost. Hence, I am not planning to do so. Instead, once you complete that playlist, try to use indexDB for storing notes.

I'm however not much aware of indexDB, in case it doesn't work you can do one thing for editing, delete the notes when the user make changes and submit and then insert that as a new note.