DEV Community

Discussion on: Jan. 31, 2020: What did you learn this week?

Collapse
 
ojay profile image
Ojay

Hey mate, I just found this while looking into next.js & BigCommerce... how did everything go? I'm looking to setup something similar. If there was anything you found helpful please feel free to share. Thanks!

Collapse
 
marcinzogrodnik profile image
Marcin

Well I am still learning, there was an update for next.js recently and they changes bits with getStaticProps so I had to rewrite a few things. Also I am using Redux and redux wrapper also has an update to version 6 so now I am trying to get it to work.
Fetching data is quite easy, I found an issue with product images because it's a separate API call and you have to merge it with products to show the images. If you have any specyfic question just ask and I may help you

Thread Thread
 
ojay profile image
Ojay

Thanks mate, I appreciate the offer. Still not 100% on what eCommerce platform we're going to use but if we go with BigCommerce you may hear from em again! Thanks again

Thread Thread
 
ringoma95 profile image
Stephen Ringoma

I'm starting out with next.js ecommerce and BigCommerce. I have deployed the storefront to Vercel and cloned the project to my computer. I'm trying to figure out what steps to take next from here. Any tips or advice on the route you used?