CRUD in NextJS 13.4 (with app router and server actions) and MongoDB.

Поділитися
Вставка

КОМЕНТАРІ • 26

  • @naylord5
    @naylord5 Рік тому +4

    Excelent content! thank you so much for sharing!
    Please consider using TS w/ Next 13.4 it would be really helpful

  • @ChargingHabit
    @ChargingHabit 7 місяців тому

    Easy for beginners

  • @user-tm5gx9iu6q
    @user-tm5gx9iu6q Рік тому +1

    Thanks for the video, I joined your channel and I hope it grows fast :)

    • @dhriti3080
      @dhriti3080  Рік тому +1

      I am glad you liked the video and thank you for your wishes.

  • @romania-n6q
    @romania-n6q 7 місяців тому

    i like your content

  • @Vampion
    @Vampion Рік тому

    amazing brother,, now it works

  • @saabirmohamed636
    @saabirmohamed636 Рік тому

    Hi , thank you for you video, looking forward to your channel

  • @ladwalterm.272
    @ladwalterm.272 Рік тому +1

    Very nice tutorial kindly make next js 14.3 CRUD with table pagination.

    • @dhriti3080
      @dhriti3080  Рік тому

      I am glad you liked it. Will try to make a pagination project.

  • @iamakashkumarram
    @iamakashkumarram Рік тому +2

    Brother kindly make more project on NextJS 13.4 .

  • @arshah246
    @arshah246 Рік тому

    good brother nice effort thanks

  • @aakarshsahu9347
    @aakarshsahu9347 Рік тому

    thanks a lot sir ❤

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

    Why can't I see the registered products in mongodb?

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

      You can't see it where, the terminal or compass.

  • @munavarsheik3946
    @munavarsheik3946 Рік тому

    - error src\app\model\Todo.js (27:26) @ model
    - error TypeError: mongoose.model is not a function
    How to resolve this issue?

    • @munavarsheik3946
      @munavarsheik3946 Рік тому

      module.exports = mongoose.model("Todos", TodoSchema);

    • @dhriti3080
      @dhriti3080  Рік тому

      Try restarting the app. Did you import external server components in the next.config file.

    • @munavarsheik3946
      @munavarsheik3946 Рік тому

      @@dhriti3080
      module.exports = {
      experimental: {
      serverActions: true,
      serverComponentsExternalPackages: ['mongoose']
      }
      }
      And also restarted the app. still error coming

    • @dhriti3080
      @dhriti3080  Рік тому +1

      If you have not yet solved the problem. I think it will be better if you reinstall next and start afresh. The new version of next is not as stable as they claim to be.

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

    What you just did here, do we call it client side rendering or server side rendering ?

    • @dhriti3080
      @dhriti3080  11 місяців тому +1

      Server side rendering