Todo App using Next.js 14 Server Actions

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • In this video, we will be building Todo App using Next.js 14 Server Actions. It is the one of the best feature of Next.js 14.
    Thanks for watching
    #serveractions #nextjs #nextjs14

КОМЕНТАРІ • 14

  • @noesislogos
    @noesislogos 9 місяців тому +6

    Tips:
    - Change the video title to Todo App using Next.js 14 Server Actions + Mongo DB.
    - Stop using gaming music, use lo fi
    - Start to use Typescript

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

      I thought exactly of the same thing LOL, "js?? tf?... gross ..."

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

    its nice i can now revise concepts in a10 minutes thankss

  • @arshah246
    @arshah246 11 місяців тому +2

    Great work it would be nicer with audio explanation also❤

  • @HuynhLuong227
    @HuynhLuong227 10 місяців тому

    wow, connect mongo db, thanks for sharing. hope you make more tutorial nextjs with mongo db, tailwindcss (mabe blog news, shop ...)

  • @noeldolan518
    @noeldolan518 9 місяців тому +3

    The music adds nothing to the experience, and is very distracting. :/

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

    i am encountering an error. after adding todo the ui is not getting changed. the data is getting added in the mongoDB tho. can you please help me??

  • @arshah246
    @arshah246 11 місяців тому

    Why new:true at 20:30

    • @JavaScriptUnleashed
      @JavaScriptUnleashed  11 місяців тому

      It ensures that the method returns the updated Todo item after the update operation is performed. But in this case we are redirecting to "/" so you can omit it.