Rajat2024 / NoteBook

Here notebook is created using React as a frontend and NodeJS as a backend. Here you can add , delete and update notes in your Mongoose database. You create a password using express validation , authentication using JWT Token and salting. An easy way to sign up and log in a notebook, context for data passing through the component.
https://mern-notebook.onrender.com/
0 stars 1 forks source link

Shimmer in /notes page #194

Closed tushar-daiya closed 8 months ago

tushar-daiya commented 8 months ago

Issue: If there are no todos/notes created by a user the /notes route shows a shimmer. But the shimmer should only be displayed till it is fetching data from database and if no notes are there then "no notes to display" should be displayed, but currently if no todos are available then also shimmer is displayed.

Solution: To add a loading state while fetching data and use it to display the shimmer.

can u please assign me this issue.

Rajat2024 commented 8 months ago

i will correct it ok