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

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024

Комментарии • 7

  • @ByteGrad
    @ByteGrad  Месяц назад +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 Месяц назад +2

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

  • @devklepacki
    @devklepacki Месяц назад

    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.

  • @sharjilkhan7933
    @sharjilkhan7933 Месяц назад +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

  • @ivantodelano6608
    @ivantodelano6608 24 дня назад

    What is your vscode theme?