Skip to content
Submitted almost 3 years ago

Responsive e-commerce website with Next.js 13 App router

contentful, motion, next, sass/scss, react
LVL 3
kasey320
@kaseyvee
A solution to the Audiophile e-commerce website challenge

Solution retrospective


Having some hydration issues on my checkout page when I have items in my cart. In src/app/components/checkout/Cart.tsx, I can fix this by making my cartItems state and setting the state to { ...localstage } in a useEffect, but this doesn't allow me to update my cart in real time without force refreshing, since router.resfresh() doesn't seem to help. Haven't put much time thinking about this but if anybody has any quick feedback, feel free to drop some.

Any other feedback much appreciated! Also more specifically Next.js 13 with app router best practices.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on kasey’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