Beginner's guide to adding a back end to a to-do list app with Noodl

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 4

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

    Good catch, indeed there are two query records now. Can't wait for the next video. Thanks for generously sharing your knowledge.

    • @simple-rick-tutorials
      @simple-rick-tutorials  6 місяців тому +1

      You’re very welcome, glad I could help! The next one will be coming very soon, data query optimisation to the rescue!

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

    Very awesome! Quick question, how is the performance with say 5000 tasks to do. Is there automatic table pagination?

    • @simple-rick-tutorials
      @simple-rick-tutorials  6 місяців тому +1

      Hey there! Glad you liked it :) So if you use the Noodl back end, it’s basically just a Node server running JavaScript, so the speed of running tasks is as fast as your server can handle. I haven’t stress tested it, and of course it depends on the complexity of the task. But there’s no particular Noodl magic slowing down the back end as far as I know. As for pagination, there’s very little that’s automatic in Noodl I’m afraid! I’m sure someone will have a prefab for pagination in the Discord community. But yeah you have to get help or build it yourself