Should you learn Next JS for LLM applications?

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

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

  • @echohive
    @echohive  3 месяца назад

    Learn to code fast with my 1000x MasterClass: www.patreon.com/posts/1000x-dev-103326330
    Search 200+ echohive videos and code download links:www.echohive.live/
    Auto Streamer: www.autostreamer.live/
    Fastapi course: www.patreon.com/posts/learn-fastapi-26-95041684
    Chat with us on Discord: discord.gg/PPxTP3Cs3G
    Follow on twitter(X) : twitter.com/hive_echo

  • @micbab-vg2mu
    @micbab-vg2mu 3 месяца назад

    Thank you - for me the most important is that now it is easy to use - )

    • @echohive
      @echohive  3 месяца назад

      Glad you like it. Let me know what you think if you play around more with Next Js.

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

    What about pure ReactJS with React Router?
    It can do virtually the same thing with far less magic. Agreed that there may not be many things that are available out of the box but with AI coding agents, it's really simple to get custom components coded up real fast.
    Also, deployment of NextJS on Vercel is easy but far more involved when it comes to deploying on AWS infastructure.

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

      React rocks too! I am just looking at all this from an AI perspective and Vercel AI sdk is fantastic. Plus when you learn next js you invariably learn react too.

  • @MuhammadFaisal_Iqbal
    @MuhammadFaisal_Iqbal 3 месяца назад

    Thanks! This is very helpful

    • @echohive
      @echohive  3 месяца назад

      Glad to hear that!

  • @andydataguy
    @andydataguy 3 месяца назад

    You've got me stoked to learn nextJS! Have a few dream apps id love to build 🔥
    I'm finishing up a v1 of my first personal python project from scratch (its an implementation of the STORM wikipedia article writer paper).
    Am planning to book an appt to get your thoughts on how to integrate some of your tools into it. Would love your thoughts on how it may work as a Nextjs app too!
    Fingers crossed ill book this week. Am weeks behind when i thought id have it ready lol... 😅
    But im happy to say that I'm finally, FINALLY at the stage where im actually coding everyday

    • @echohive
      @echohive  3 месяца назад

      That is good to hear! Just keep going and yeah book for anytime you like. Looking forward to talking with you and congratulations on finishing up the Python project 🙌

  • @StephenRayner
    @StephenRayner 3 месяца назад

    Also for handling your database Prisma is nice but I’ve out grown it. DrizzleORM is mature enough now. Drizzle now supports vectors with pgVevtor.

    • @echohive
      @echohive  3 месяца назад +1

      Thank you so much for mentioning these. I will take a look at them. I have been looking for a good ORM 🙏

  • @finnpoitier
    @finnpoitier 3 месяца назад

    Thanks for this video. How do you plan to integrate the AI parts in Nextjs? For example, when using Langchain or Llamaindex, would you use the Python versions in conjunction with Fastapi and then connect Nextjs to Fastapi as a backend or would you use the Javascript versions of Langchain and Llamaindex in a Nextjs project directly?

    • @echohive
      @echohive  3 месяца назад +1

      Glad you enjoyed it. I personally am more interested in exploring full JS solutions covering both the front and backend. In next js they kinda blend in with one another anyways with serverless stuff. I just want to explore this side of things for a bit and see how things work here.

    • @StephenRayner
      @StephenRayner 3 месяца назад +1

      I wouldn’t use LangChain use lang graph. If you don’t need lang graph then Vercel AI can do what you need

    • @StephenRayner
      @StephenRayner 3 месяца назад +1

      Also VercelAI integrates with LangChain / LangGraph.

    • @StephenRayner
      @StephenRayner 3 месяца назад +1

      It’s in the docs

    • @finnpoitier
      @finnpoitier 3 месяца назад

      @@StephenRayner Great, thanks for the hints! Actually, I am developing with Vue/Nuxt and it seems that's also covered, that's great. Somehow I thought before, that the VercelAI SDK was just for Next.

  • @mtin79
    @mtin79 2 месяца назад

    Next.js not bad but prefer „remix run”these days as js react framework….

    • @echohive
      @echohive  2 месяца назад

      will take a look at that one also.