bigcommerce / nextjs-commerce

Next.js Commerce
https://next-commerce-v2.vercel.app
MIT License
84 stars 76 forks source link

Best practice for customer account management #41

Open nuc opened 6 months ago

nuc commented 6 months ago

Hi there,

We're currently exploring the integration of BigCommerce with Next.js for our project.

Our primary concern lies in managing user accounts effectively, especially in updating user data and displaying past orders, since the GraphQL endpoint does not seem to support mutations for these purposes.

Could anyone provide guidance or recommend the best approach for this scenario? Is combining GraphQL for client-side operations with REST API calls from the Next.js backend a viable strategy, or is there a more efficient method we should consider?

We would greatly appreciate any insights.

Thank you!