Advice Generator App using Next.js

Solution retrospective
I'm most proud of successfully utilizing the latest features of Next.js in my project. Leveraging the cutting-edge capabilities of the framework allowed me to build a more efficient and modern application.
However, looking back, I would focus more on the planning phase to ensure that every decision, such as the choice between client-side and server-side rendering, is made with a deeper understanding of the potential trade-offs. This would help streamline the development process even further.
What challenges did you encounter, and how did you overcome them?One of the main challenges I faced was deciding between server-side rendering and client-side rendering for fetching the API. Initially, I was unsure which approach would be more appropriate for my use case. After some research and consideration, I opted for client-side rendering. This decision was based on the requirement that the API needs to be called every time the user clicks the dice button, making client-side rendering the most efficient and responsive choice for this functionality.
What specific areas of your project would you like help with?The project is complete and functioning well, so at this point, there aren't any specific areas where I need assistance.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Vito Hartanto'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