Typescript API Routing with Decorators! [Part 2]

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 10

  • @adedotunadedigba466
    @adedotunadedigba466 10 หลายเดือนก่อน +2

    Ooh nice, thank you so much.

  • @asap.bartek
    @asap.bartek 5 หลายเดือนก่อน +1

    How can i handle form-data request? btw great video 👍

  • @sdawdwadaufyuaiudi2148
    @sdawdwadaufyuaiudi2148 7 หลายเดือนก่อน +2

    for a new comer Decorators kind da hard for me , is it from nextjs ?

    • @TheNerdyCanuck
      @TheNerdyCanuck  6 หลายเดือนก่อน

      Nope, it's a language feature

  • @ibrahimacar2702
    @ibrahimacar2702 3 หลายเดือนก่อน

    hello in my case route is defining as follows: 'Loading route: get undefined/healthcheck' do u have an idea why it can be?

    • @TheNerdyCanuck
      @TheNerdyCanuck  2 หลายเดือนก่อน

      This means the controller isn't properly giving you back the string inside the function that defines all the routing.

  • @sebastianovalle8581
    @sebastianovalle8581 7 หลายเดือนก่อน

    Hi, very helpful, do you know why these errors appear, when I use the example TS2339: Property 'defineMetadata' does not exist on type 'typeof Reflect'.

    • @TheNerdyCanuck
      @TheNerdyCanuck  6 หลายเดือนก่อน

      I think you need to include reflect-metadata in your main server file or make sure your tsconfig is configured proeprly

  • @govindamishra3746
    @govindamishra3746 3 หลายเดือนก่อน

    Dude uses Javascript Classes in 2024 lmao 🤣 Tell me you use class components in react as well 😂😂😂😂

    • @TheNerdyCanuck
      @TheNerdyCanuck  3 หลายเดือนก่อน +1

      Decorators can cascade a unlimited amount and reduce rewriting code