🌐 Next js Serverless Functions Explained for Modern Web Development

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 4

  • @san2176
    @san2176 4 місяці тому

    Im very lost with the concept of edge and serverless functions.
    Now i have a folder called actions inside my app folder of next 14. There i have many axios request with the tag "use server"
    These functions makes request with axios to some api endpoints, get, post, etc.
    These functions returns response of axios.
    I call these functions front some component and i capture the respose data and make logic with that.
    I made serverless functions or something else?

  • @bennyjoo82
    @bennyjoo82 8 місяців тому

    great video. keep it up!

  • @sanjaybalnad4180
    @sanjaybalnad4180 5 місяців тому

    Those are serverless function. Thats how we normally create endpoints in app and page router. Was page router non serverless by default before next js 10?

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

    Worked for me