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

Test dynamic import of login component #155

Closed jaepass closed 3 years ago

jaepass commented 3 years ago

@robbieaverill Extracting out the login component and pulling in as a dynamic import seemed to do the trick

robbieaverill commented 3 years ago

Thanks, I've brought this into #154 which includes a number of other bug fixes as well