Design comparison
Solution retrospective
Completing this challenge, upgrading app from nextjs 14 to nextjs 15. Reworking app to resolve dependency issues arising from upgrade.
What challenges did you encounter, and how did you overcome them?Using typescript. I spend more time fixing typescript issues than coding. Im not sure if i will be using typescript in future projects. Upgrading to nextjs 15/ react 19 to use useActionState . I wanted to use pending from useActionState. To this i had to upgrade app from nextjs/react. This presented a couple of dependency issues which is solved by rewriting code to not use these dependencies. Ex. i was using next-themes to control light/dark theme. And initially wa using headless ui for some ui elements.
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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