For this project, I wanted to practice CRUD using Reactjs. I also used react-dom, APIs, Cloudinary, GlobalContext and a few other features which need to be upgraded. I'm in the process of improving the styling in general and refactoring some code to make GET requests a little faster.
I had a few issues during production. There was an issue with the edit/update functionalities due to updated React syntax. I had to use the useParams hook in order to pull the ID of my objects. It took me a while to wrap my head around how to use it (reading the documentation helped), but it made more sense once it was implemented.
As always, I should have gone straight to the documentation for the hook. I asked for some help from my peers and they were able to help me debug and implement the hook without breaking the rest of my code.