chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

Review - Rename methods and callbacks event handlers #35

Closed jaepass closed 4 years ago

jaepass commented 4 years ago

Following React's convention to name methods on components and the callbacks passed as props to handle... and on...

robbieaverill commented 4 years ago

I did some of this in #41 but might be worth another glance over to see if I missed some