Build a Next.js Blog (WordPress Headless, SSG & ISR, Cloudways)

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 37

  • @pedroserapio8075
    @pedroserapio8075 6 місяців тому +8

    WordPress is here to stay for a very long time. Thank you for the content.

  • @kumardeepam
    @kumardeepam 6 місяців тому +1

    This is the best guide on this topic. Simple, to the point!

  • @oj4280
    @oj4280 6 місяців тому +2

    I am just starting to use next JS for freelancing and was deciding between using wordpress or Sanity as my CMS , this video was really great timing!

    • @michaelmannucci8585
      @michaelmannucci8585 6 місяців тому

      Don't use Wordpress lol. Def use Sanity.

    • @oj4280
      @oj4280 6 місяців тому

      How come ?​@@michaelmannucci8585 I know very little about cms stuff I have only recently become comfortable with next js fronted but when I've tried to follow the docs for sanity or strapi I run into a bunch of errors whereas I thought wordpress has a solid community and is widely used 😊

  • @imkir4n
    @imkir4n 6 місяців тому +8

    It's suitable for basic blogs, but lacks flexibility if you're not familiar with WordPress or PHP.

  • @brancode404
    @brancode404 6 місяців тому +4

    Nice one as always. Love it! Please make production ready ecommerce with Next.js and any other CMS - eg:- Wordpress

    • @ByteGrad
      @ByteGrad  6 місяців тому +3

      Yes, an ecom site is coming soon

    • @brancode404
      @brancode404 6 місяців тому +1

      @@ByteGrad wohoo can't wait for it. I've reached petsoft section. Really enjoying it and learning it. Been practicing bit by bit by implementing stuff into my project. Just received your email about updates. Are you planning to include the Ecommerce one inside the Course?

  • @joaoarthurbandeira
    @joaoarthurbandeira 6 місяців тому +1

    Hey, thats very nice, i’ve been searching for content like this but its rare, specially with this quality! Can you actually build a whole blog with this, so we can have a better idea, with more details, making maybe an automatic table of content, how to render the sitemaps, implement the isr, generate images in the post etc?
    One thing that i love about this is that we can make the most out of the wordpress plugins, specially plugins that helps with SEO while writing the articles!
    Thanks!

  • @Shuyinz
    @Shuyinz 6 місяців тому +2

    How could we render based on 3rd party Gutenberg blocks that has styling and perhaps also dynamically javascript created and present it on the next.js?

  • @vinoopb
    @vinoopb 6 місяців тому +1

    Thanks Wesley, very concisely explained. Is there a way ro back up our WordPress blog posts to GitHub every time we publish/make changes? This would help us have control over our data. Thanks!

  • @visualmodo
    @visualmodo 6 місяців тому +1

    Truly good content! =D

  • @xSatanisticx
    @xSatanisticx 6 місяців тому +1

    I would like to see how do you implement here Contact Form 7 or some kind of Cookie plugin

  • @justinleong3967
    @justinleong3967 6 місяців тому +2

    Interesting to see next js integration with CMS like WordPress. I also heard about payload CMS. Which is better word press or payload ?

    • @dinhmai1268
      @dinhmai1268 6 місяців тому

      if ur a dev, payload is way better. Especially in beta v3

  • @kumardeepam
    @kumardeepam 6 місяців тому +1

    A blog post authored on wordpress dashboard might have a lot of formatting, is there a way to display the individual blog post page in nextjs while maintaining all the formatting/style from the wordpress?

    • @DevIsrael
      @DevIsrael 5 місяців тому

      use this prop in the div your rendering them in: dangerouslySetInnerHTML={{_Html: "Your content goes here" }}. You can also learn more about it or some other alternatives

  • @coders_rant
    @coders_rant 6 місяців тому +1

    do you have any videos on nextjs deployment on digitalocean? if not please make one

  • @shashank_rajak
    @shashank_rajak 6 місяців тому +4

    How to render the rich text blocks on UI

    • @tek9ine130
      @tek9ine130 5 місяців тому

      dangerouslysethtml

  • @yanarlex3213
    @yanarlex3213 6 місяців тому +1

    Thanks for the video.

  • @michawiniarski4517
    @michawiniarski4517 5 місяців тому

    Nice! What CMS do you recommend for using with NextJs and handle multilingual? DatoCms, Strapi or sth else?

  • @darkcss1054
    @darkcss1054 6 місяців тому +1

    Can you write MDX using WordPress? If not, what would you recommend?

  • @HayolaStudio
    @HayolaStudio 6 місяців тому +1

    I love your content

  • @hitmanal
    @hitmanal 3 місяці тому

    How would you set up Next.js to be flexible to render any page from wordpress, without code changes?

  • @froxx93
    @froxx93 5 місяців тому

    Is there a way to get the Wordpress pages' content in a more safe way than HTML? Anything that could be parsed in Next.js to prevent potential injections?

  • @LongPhamThanh-z7e
    @LongPhamThanh-z7e 2 місяці тому

    I can't use API get list post in client side using axios(I got CORS error), only work in serve side using fetch. Can you help me fix this bug

  • @jamesodukoya9966
    @jamesodukoya9966 3 місяці тому

    REST API or WPGrapQL?

  • @omarbashmail1509
    @omarbashmail1509 6 місяців тому

    Is it possible to use another cloud? Like firebase or something for free?

  • @DenisKlymenko
    @DenisKlymenko 6 місяців тому

    only 1 question: FOR WHAT if strapi exist?:)

    • @M1a2n3o43
      @M1a2n3o43 6 місяців тому

      Was just about to comment this

    • @SteveBeliveau
      @SteveBeliveau 6 місяців тому

      Many sites have years of data built via Wordpress so making a simple headless site is much easier than converting it all.

  • @alexdin1565
    @alexdin1565 6 місяців тому

    please can you make video about AuthJs v5 when user can login using a facebook account
    I searched for this topic and now on make video on youtube

  • @FadelCastro4281
    @FadelCastro4281 6 місяців тому +3

    Next js clerk with laravel in backend is the best deal.