Questions

Q. How will you design the context for crown clothing page, with checkout, add item, remove item, add to cart functionality? Q. Is react context the right thing to use for this functionality? Ans. Yes as the context is available globally and the cart item count etc can be passed easily.