Next.js + Magento E-Commerce Site (SSG & ISR, Cloudways)

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 7

  • @ByteGrad
    @ByteGrad  Před měsícem +1

    In the last video of this series we'll explore using Magento together with Next.js. Thanks to Cloudways for sponsoring, get the deal here: platform.cloudways.com/signup?id=1723058&coupon=ByteGrad

  • @simonpetrus3089
    @simonpetrus3089 Před měsícem +2

    Thank you Bytegrad. This is the tutorial I have been waiting for.. making an e-commerce site with NextJS

  • @devklepacki
    @devklepacki Před měsícem

    Not really related to the video, but I'd love to see a video on such a topic: using SSR pages with searchParams prop vs a page using the useSearchParams hook. I don't get why it's not possible to statistically prerender a page with no props, and only perform SSR when there are searchParams present. The server has the info that's in the URL and should be able to serve a cached page or render it dynamically if necessary! So we have to make the tradeoff between opting into always doing dynamic rendering, or using client-hydrated JS without any real necessity. Which one is faster/better in some cases? Tried to google the topic but couldn't really find much discussion on the topic. Would love such a video comparing the two approaches.

  • @ivantodelano6608
    @ivantodelano6608 Před 27 dny

    What is your vscode theme?

  • @sharjilkhan7933
    @sharjilkhan7933 Před měsícem +1

    Thanks @ByteGrad for this video. Now I know about Magento hosting. Although I tried already creating Magento frontend in nextJS. Check my github here github.com/sharjilk/next-magento. I have used GraphQL endpoint. There is no add to cart and checkout, this is just a POC