Skip to content
Submitted over 1 year ago

ReactJS Product List With Cart

react, styled-components
LVL 2
@OthmaneNissoukin
A solution to the Product list with cart challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

Im glad i found this use case that provides such a beatiful design where I could practice some new techniques and approaches such as The Compound Component Pattern for React and Styled Components library in order to create reusable components.

What challenges did you encounter, and how did you overcome them?

At the first glance, it was pretty challenging to figure out how to implement and organize the Compound Components to be as more reusable as possible especially for the modal that contains some state and for that I implement it using the ContextAPI to encapsulate the state internally within the component itself so that I could use it in other areas when needed.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

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