Fullstack TODO App - Next13, MongoDB, Mongoose, Clerk & TypeScript

Solution retrospective
My first ever Fullstack application that i've made completely on my own. I've made quite a few tutorials of making fullstack apps, but i decided that i would try to make one on my own for this project.
The project is centered around Clerk, which is a authentication library that is really easy to use. The hard thing is getting it merged with your database, but i managed, and i think my solution is quite well done overall.
However a gripe.
I wasn't able to implement the drag-n-drop functionality because all the libraries i could find, requires the array data to be stored within a state. But because my data comes asynchronously from a database, i wasn't able to store it within a state and update the UI simultaneously. Maybe somebody knows how to do that?
However despite that am i really happy with my solution, and incredible proud :))
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on frbarbre's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord