The SECRET POWER of indexed access types - Advanced TypeScript

Поділитися
Вставка
  • Опубліковано 10 лип 2022
  • Become a TypeScript Wizard with Matt's upcoming TypeScript Course:
    www.totaltypescript.com/
    Follow Matt on Twitter
    / mattpocockuk

КОМЕНТАРІ • 16

  • @MaNiarus
    @MaNiarus 2 роки тому +8

    where is your TS Course? ) I want it now )

  • @atillaa2904
    @atillaa2904 2 роки тому +4

    Short but gold. Thanks

  • @ruprogrammer6845
    @ruprogrammer6845 2 роки тому +3

    Thank you very much! I'm new to Typescript and didn't know that you could do such things. Pure gold content!

  • @kevinliao5021
    @kevinliao5021 2 роки тому +1

    It is a really fun video, make me realize how many potential types I can play around with these indexed access types, great job 👍

  • @ColinRichardson
    @ColinRichardson 2 роки тому +6

    I do this often. It works wonders with that "as const" you taught us recently.
    I did manage to get that in our test codebase

    • @ColinRichardson
      @ColinRichardson 2 роки тому +3

      const testIds = {
      childItem1Id: 'childItem1',
      childItem2Id: 'childItem2',
      } as const;
      type TestIdValues = typeof testIds[keyof typeof testIds];
      function at(testId: TestIdValues): string {
      return `@${testId}`;
      }

    • @mattpocockuk
      @mattpocockuk  2 роки тому +2

      @@ColinRichardson Yes, this will 1000% work!

  • @remnantkevin
    @remnantkevin 2 роки тому +1

    Looking forward to your TS course :)

  • @talfaran5849
    @talfaran5849 2 роки тому

    I feel like the view/like ratio is not doing justice with your content!
    Typescript Is so much fun 😊
    Keep it up! !

  • @amirbagjani5800
    @amirbagjani5800 2 роки тому

    wonderful

  • @willmarsh964
    @willmarsh964 2 роки тому

    Thanks :)

  • @mirjavadi
    @mirjavadi 2 роки тому

    That's great.

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

    nice

  • @JacobMGEvans
    @JacobMGEvans 2 роки тому

    Awwwww yeah

  • @user-ob9rj8pq3p
    @user-ob9rj8pq3p 2 роки тому

    Bendiciones hermosa Celina que Dios te cuidem donde quiera que cenilbalappp.Monster encantan tus videos.

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

    I can hear you talk for hours