Next.js MDX is pretty awesome

Поделиться
HTML-код
  • Опубликовано: 28 апр 2024
  • My Products
    📖 ProjectPlannerAI: projectplannerai.com
    🤖 IconGeneratorAI: icongeneratorai.com
    📝 ThumbnailCritique: thumbnailcritique.com
    Useful Links
    💬 Discord: / discord
    🔔 Newsletter: newsletter.webdevcody.com/
    📁 GitHub: github.com/webdevcody
    📺 Twitch: / webdevcody
    🤖 Website: webdevcody.com
    🐦 Twitter: / webdevcody

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

  • @JollyCoding
    @JollyCoding Месяц назад +7

    MDX is awesome, for docs and for blog posts as well, especially if you want to embed a one off component to enhance the post, Josh Comeau does this really well on his.
    Personally went with Contentlayer (when it was maintained) and then Velite since then. Advantages for me on those over NextJS MDX are that the MDX doesnt have to be part of my router. Other than that minor differences in approach!
    Looking forward to the starter kit!

  • @IkeVictor
    @IkeVictor Месяц назад +6

    Seems to be all the rage amongst indie devs lol

    • @WebDevCody
      @WebDevCody  Месяц назад +4

      I'm trying to get my 💰

  • @Cyber-Bison
    @Cyber-Bison Месяц назад

    Definitely a good idea, I ended up going with Nextra in a separate repo, this allowed me to easily add a subdomain. I see a lot of companies and projects using Nextra for their docs, was surprised you chose to do it this way.

    • @WebDevCody
      @WebDevCody  Месяц назад +1

      I need to look more into it, but i was annoyed it required the pages router. I don’t want to require someone to need to know both pages and app router to maintain their project

    • @Cyber-Bison
      @Cyber-Bison Месяц назад

      @@WebDevCody thats a good point although using nextra itself is relatively easy unlike a traditional next app (pages or app router). But I see your point of trying to centralize everything in a mono repo

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

    really like your conent, keep it up!

  • @lotfijbeli1471
    @lotfijbeli1471 Месяц назад +1

    You inspired me to build saas and im now working on 2
    Thank you

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

      Awesome man, stick to it!

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

    This what Ive been trying to tell everyone thanks for spreading the good word

  • @SeibertSwirl
    @SeibertSwirl Месяц назад +1

    Good job babe!

  • @Ahmed_005
    @Ahmed_005 Месяц назад +1

    Is the source code for this video available in your GitHub? I’d love to see how implemented mdx to your project. If no, do you have any other repos where you used mdx?

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

    so good i watched it twice ngl

  • @TheSocialDeveloper
    @TheSocialDeveloper Месяц назад +1

    Also, Nextra is supported by vercel now I believe

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

    Hey man how did you make that navigation progress? it looks good

    • @WebDevCody
      @WebDevCody  Месяц назад +1

      It’s a library called nextjs top loader

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

    Velite also good option for mdx ..

  • @Ivcota
    @Ivcota Месяц назад +2

    Shipfast alternative?

    • @WebDevCody
      @WebDevCody  Месяц назад +1

      Yeah pretty much.

    • @Ivcota
      @Ivcota Месяц назад +1

      @@WebDevCody Honestly I would buy it if it were based on the T3 stack (or similar). I got shipfast to check out the stack, but I'm not really fond of trying to implement drizzle or prisma ontop of supabase postres db (since I don't want to use the supabase query builder).

    • @Cyber-Bison
      @Cyber-Bison Месяц назад +1

      @@Ivcota dito that, I would want something more robust. Shipfast seems like its meant for people building micro-saas products

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

      @@Ivcota oh shipfast doesn’t use an orm?

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

      @@WebDevCody Shipfast doesn't include an ORM for the Postgres / Supabase branch. It only provides one for the Mongo branch via Mongoose. You get the superbase client, but then you have everything else bundled with supabase and it feels too opinionated on it.

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

    2:33 lol I always get markdown links wrong on my first try

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

    Would be nice if this allows some kind of search.

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

      If what allowed search? The docs?

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

      @@WebDevCody some way to search the markdown content so as to create a result page.

  • @illegalsmirf
    @illegalsmirf Месяц назад +1

    is this the latest thing in the weird and wacky world of JavaScript? I don't know how you can maintain the enthusiasm at this point

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

      The more people do these kinds of things the more people like you are going to cry about it

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

      @@SamedGaming 🤣🤣

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

      @@SamedGaming u wot m8

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

    I’m about to open source my starter kit cli. 32 templates in one command

    • @WebDevCody
      @WebDevCody  Месяц назад +1

      Oh niceee I’ll be on the lookout

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

      @@WebDevCody Should be about a week. I’ll tag you and let you know

  • @cas818028
    @cas818028 Месяц назад +1

    RIP shipfast

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

      🤣 idk about that, but just from friendly competition for sure

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

      @@WebDevCody I bought shipfast. It’s actually pretty good. What I liked about it was that within the code he included comments for different sections of the landing page in marketing tactics you should be using. Which is really helpful. I’m he tries to approach his boilerplate as not just a codebase to get you started but truly how to launch a microsaas end to end. Small details matter

    • @Cyber-Bison
      @Cyber-Bison Месяц назад

      LOL idk why but the dudes content feels so disingenuous

    • @WebDevCody
      @WebDevCody  Месяц назад +1

      @@cas818028 I’m sure his starter kit is filled with good info. I was thinking about buying it to see what it actually provides, but I wanted to build as much as I could without tainting my approach first