Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
Using react-query
was quite a challenge. specially in Next.js because I needed to somehow manage using Server Components and Client Components. thankfully react-query
already has a solution for this. I'm not sure though if this is a good use if you need to load a long list like I did here in home page.
I also used shadcn/ui
for some UI components like dropdown and select which saved some time. although required some theming.
I learned about next-theme
package which provides theme context and saves a lot of time.
The theming has more work. I'll finish it when I found more time.
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