noaignite / create-ignite-app

Boilerplate for React with Next.js and MUI
17 stars 2 forks source link

feat(cart): remove Cart & CartSummary containers and loop selection directly in AppCartDrawer #73

Closed maeertin closed 1 year ago

maeertin commented 1 year ago

This PR simplifies the initial cart setup in CIA by removing the Cart & CartSummary containers. The selection items loop is now done directly in AppCartDrawer. This gives less initial boilerplate for developers to implement the cart setup as they see fit.