Zod + Generics is HEAVEN

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 153

  • @erlendryan
    @erlendryan Год назад +289

    hey, your content is very informative, I think it could be even better if you had smooth transitions to where you add lines of code, since it may be a bit hard to follow when you’re jumping between different lines

    • @zombiefacesupreme
      @zombiefacesupreme Год назад +19

      This would easily double the edit time.
      Just watch it three times in a row like me.

    • @brunopanizzi
      @brunopanizzi Год назад +9

      @@zombiefacesupreme this would double his edit time but save us 3 times more time, pretty good deal

    • @mattpocockuk
      @mattpocockuk  Год назад +49

      This makes sense! Still figuring this format out. I think the issue is that the _camera_ moves too fast: i.e. the line of code that my editor is on. This means that it gives the impression that it's snapping back and forward too much. Will work on it, thanks for the feedback!

    • @mattpocockuk
      @mattpocockuk  Год назад +27

      For instance, the first bit of code explanation is great until I jump at 0:24, which is disorienting.

    • @wlockuz4467
      @wlockuz4467 Год назад +20

      @@mattpocockuk Do it like Fireship, instead of selecting the code, paste it in and explain what the newly pasted code does.

  • @aleserantes
    @aleserantes Год назад +43

    Hi! This is hopefuly a constructive critic since I like the channel. This video editing style of removing spaces and silences may work for content such as Fireship's, which are mainly small snippets of info/jokes, but (for me at least) don't work for long code explanation like yours; pauses matter, they give emphasis and structure to speech. Keep up the good work!

  • @eternal8lueforever
    @eternal8lueforever Год назад +41

    This is great information, but its really hard to follow. The pacing is too fast and the jump cuts to different parts of the code make my head spin 😅

    • @davethorne-o7x
      @davethorne-o7x 2 месяца назад

      Yes , this guy is just a very knowledgable guy who is basically showing off. I really wouldn't want to work with him for sure.

  • @kamilogorek
    @kamilogorek Год назад +19

    Agree with previous comments that although those videos aim to be as condensed as possible, at this point, it's really hard to focus watching them.
    With so many jump cuts, it's very hard to keep track where in the codebase you currently are, as eyes need few seconds to figure it out.
    Maybe you could experiment more with typing instead of copy/pasting, and scrolling, rather than jumping between sections?

  • @rishiraj_dhar
    @rishiraj_dhar Год назад +103

    Hey, Matt. Great vid as always! But yeah, it was a little hard to follow with all those sudden transitions and jumps around the code. If those could be a little smoother, this video would be an absolute banger!
    Really love your videos - they’ve helped me massively improve my own development and understanding of TS. Leaving this comment as a fan of your content who just wants to see you put the best stuff out there.

    • @Palundrium
      @Palundrium Год назад +2

      I think that's good feedback, I definitely find the same. Playback at half speed and having a lightning finger on the pause button is always helpful. 😅 I do like the fast speed as reference though when I come back later after letting it sink in.

    • @davethorne-o7x
      @davethorne-o7x 2 месяца назад

      This guy is just showing off , does he speak so fast in everyday life, does he speak so fast at work , just imaging he's trying to explain a complex concept to a junior dev, nightmare

  • @JulianColeman03
    @JulianColeman03 Год назад

    I can't believe how many videos of yours I've gone through in the last few days because you manage to distill so much information into 4-minute videos. I've been looking for reasons why Zod will solve some problems for us and this has sold me.

  • @rychardvale
    @rychardvale Год назад +7

    Hey Mat! Amazing video content, one thing that I could suggest is to zoom-out a little when showing code, I personally find a bit hard to follow when the code is too large like this.
    Amazing content nonetheless!

  • @TheTmLev
    @TheTmLev Год назад +2

    TypeScript guys are finally moving towards Rust's serde which existed for years and provides more typesafety than TS+zod can ever have.

  • @hugodsa89
    @hugodsa89 Год назад +1

    Hey Matt, are you trying to do a lot like Fireship? Dont get me wrong his videos are great, but I think your content had a different format which in many ways I found that it suit best your approach. But hey, keep rocking and experimenting if that's whats happening. I am glad and thankful you are doing all this effort in making great content. Cheers

  • @andrewblotski8526
    @andrewblotski8526 Год назад +2

    It would be great if you provide a link to the source code as Jack Herrington does

  • @pupfriend
    @pupfriend Год назад

    Zod is now at the center of a project I've been working on. I use a single schema to validate form inputs, database writes, requests from the browser, and to apply types going back to the browser responding to requests!
    One question... Zod has a .describe() method that only accepts strings. I've been using it to add data dictionary descriptions so I know the purpose of a particular field in the database. I'd love for it to accept objects so I could add things like: {
    dictionary: "Address line 1,
    formInputLabel: "Address 1",
    formInputId: "address1",
    formInputPlaceholder: "Enter your address",
    formInputHelperText: ""
    }
    The use case is simply that I could identify a single source for these things as part of the original schema. So, for example, if I have a new user form and and edit user form, and I want to change any of these items, I could change it in one spot and have it update across the forms.
    At runtime, nothing stops this, but Zod throws type errors in the editor if you add an object into the .describe() method. Any ideas on how this could be extended without updating the core library?

  • @Oussama-uo1gf
    @Oussama-uo1gf Год назад +1

    it's so hard to get what's going on with all the sudden transitions. Love the way you explain though, keep up the good work

  • @psyferinc.3573
    @psyferinc.3573 Год назад

    ah i really should get over your beginners ts to get a hang of your style. the information is too much and too beautiful for me to be lazy about the basics. thank you a lot for your content man. you really are a wizard

  • @mskleftwich
    @mskleftwich 5 месяцев назад

    This is so great. Small bit of feedback: could have used an extra second or two to read each code snippet before you moved to the next thing. I ended up just watching at 0.75 and pausing as needed. Thanks for the great content as always!

  • @PedroA.Wingert
    @PedroA.Wingert 6 месяцев назад

    Help! There are pieces of my mind everywhere, after that bombastic tip.

  • @matthewbeardsley7004
    @matthewbeardsley7004 Год назад

    Lol, okay I feel a bit better seeing others not being able to follow along, I'll have to watch this a few times to grasp it...I felt like I had it on 1.5x anyway, I wouldn't change too much, I like all your videos

  • @somebody656
    @somebody656 Год назад

    I saw something in the zod readme where the generic should for the the schema with extends ZodTypeAny instead of the inferred type from the schema

  • @MrCrooot
    @MrCrooot Год назад

    Don't change a thing, these are amazing.

    • @UsernameUsername0000
      @UsernameUsername0000 Год назад

      Just because you’ve enjoyed the pace doesn’t mean others didn’t struggle a bit. No shame in trying to accommodate feedback.

  • @saifullahrahman
    @saifullahrahman Год назад

    oh my god! this is exactly what I was trying to do just now.

  • @lsagar
    @lsagar Год назад +2

    Faster than Flash,
    informative but I have no idea what went where. Blazing Fast Tips indeed

  • @hypergraphic
    @hypergraphic Год назад

    Awesome! I've enjoyed zod so far and this is even cooler.

  • @noamisaac
    @noamisaac Год назад

    Is there anywhere we can actually access the code you write in the video? I would like to follow with a stable point of reference

  • @theaungmyatmoe
    @theaungmyatmoe Год назад

    instead of casting as any, we can use return cb(req as Request, res); like this

  • @y.m.o6171
    @y.m.o6171 Год назад

    Thank you for this. Can you please please share the final code ?

  • @Balance-8
    @Balance-8 Год назад

    Where is the zod course?

  • @yandeu
    @yandeu Год назад

    Niice was just looking for something like this!

  • @matheusbaptista8904
    @matheusbaptista8904 Год назад

    Hi Matt, congratulations on the video!
    So imagine that my schema is a z.object with 70 properties and I create a type alias from the z.infer of this object, so when I hover over this type vscode won't be able to show me the complete structure of type in your hover tooltip, it will show me something like ... 60 more ...
    Do you have any suggestions on how I can visually check the structure of the type alias that z.infer would generate for me when I have a schema with many properties?

    • @vijayRT
      @vijayRT Год назад

      I ran into this issue yesterday. There's no VScode specific solution, but adding "noErrorTruncation": true under the "compilerOptions" block in the tsconfig.json fixes it for me.

  • @vtnk7597
    @vtnk7597 Год назад +1

    very good video, but you should try to not jump all over the place like you did here 2:40. If possible show the entire script and highlight where you want the viewer to focus.

  • @Louisi9
    @Louisi9 Год назад +2

    For the form example, I would actually recommend using Formik and Yup. Yup is very similar, but being able to use a form library where you can create forms entirely declaratively is pretty nice. It even does error handling automatically. Really recommend looking at Formik at least.
    There is an adapter to use Zod with Formik, but cant attest to its reliability.

    • @RIP212
      @RIP212 Год назад +2

      react-hooks-form is better tho. Has Zod adapter for 3 years now or so

    • @filippapiernik9737
      @filippapiernik9737 Год назад +2

      I dont recommend using formik, react-hook-form is way better can also use resolves - yup joi etc. Formik is lagging on bigger forms (e.x 8 inputs).

  • @deadman4150
    @deadman4150 Год назад

    One challenge with Zod is I can no longer use "Find all references" on properties in VSCode. Anyone know a workaround?

  • @benoitleger-derville6986
    @benoitleger-derville6986 Год назад

    Are all aspects of this video well covered in your course on Zod?

  • @thesunabsolute
    @thesunabsolute Год назад

    Great content. VERY hard to follow with the jump cuts. Just post a normal video where you're typing the code out with the VO. The jump cut thing is not conducive to learning.

  • @WaltonSigrid-q2b
    @WaltonSigrid-q2b 16 дней назад

    Rempel Ranch

  • @WCKDStudio
    @WCKDStudio Год назад

    You have great content, that's why I subscribed, but I find it difficult to follow the video.

  • @hundsim
    @hundsim Год назад

    Why so fast? It takes three times as long to watch due to all needed pausing/rewind 😅

  • @TheWalrus_45
    @TheWalrus_45 Год назад

    As much as I wanted to learn how to Build ANYTHING with Zod + Generics, none of that made any sense to me :/

  • @nabinsaud4688
    @nabinsaud4688 Год назад

    Github link

  • @purduetom90
    @purduetom90 10 месяцев назад

    I slowed this down to 75% playback speed and it was still hard to follow

  • @EugeneAlexander-u4y
    @EugeneAlexander-u4y 23 дня назад

    Bosco Hills

  • @botatoo1733
    @botatoo1733 Год назад

    plot twist you use Yup instead of zod for a day

  • @Danielo515
    @Danielo515 Год назад

    It’s not a validator , it’s a parser.

  • @GdeVseSvobodnyeNiki
    @GdeVseSvobodnyeNiki 8 месяцев назад

    Fuck zod, all my homies use io-ts!

  • @mayankjain6440
    @mayankjain6440 8 месяцев назад

    Hey Matt, I like the content, it is very informative but it could be better if pace of the explanation, flow of the code would have been taken care of! Hope you'll consider feedback and will deliver such nice content ahead!

    • @mattpocockuk
      @mattpocockuk  8 месяцев назад

      Agree! Hopefully my later content is better.

  • @JEsterCW
    @JEsterCW Год назад

    Too hard to follow honestly I only understood first half, but the express part i had no idea what was going on xD. I love you and your content, but there's some work to do about the editing etc yet ;D

  • @User-w8t4t
    @User-w8t4t Год назад +1

    I can’t follow up with 0.75speed😂

  • @ofeenee
    @ofeenee Год назад

    The video is directed at high level TS established wizards, making it difficult for me, a baby mage, to follow along and understand the magic that’s going on to fully appreciate it… 😔

  • @clarkdnro
    @clarkdnro Год назад

    Surely you know Rap God by Eminem, you TS God by YOu

  • @edgeeffect
    @edgeeffect Год назад

    This one's a bit TOO fast.

  • @TimothySmithDev
    @TimothySmithDev Год назад

    Matt, I️ love your videos and maybe it’s just me but you seem to move way too fast. I️ can understand your perfectly but I’m constantly pausing and rewinding. Other than that, your awesome. Keep it up!

  • @chrisalexthomas
    @chrisalexthomas Год назад

    Typical british, you're gonna take a cup of tea and chill out ;) nicely done, but grommit? where are the crackers?

  • @dawid_dahl
    @dawid_dahl Год назад

    Went too fast for my taste. But thank you for the video!

  • @crizo23
    @crizo23 Год назад +1

    Love the content but for me it’s just not consumable. I cannot follow what you’re doing. Too many cuts. Taking too fast. Too many quick transitions. Even pausing, thinking, resuming video doesn’t work for me. Is it just me?

  • @reverser41
    @reverser41 Год назад +2

    Slow down.

  • @thefrey9588
    @thefrey9588 Год назад

    please slow down or just type out the changes you make.

  • @johnjohn7023
    @johnjohn7023 Год назад

    this is too fast. my head is spinning now. no joke.

  • @CristianPerezRodriguez
    @CristianPerezRodriguez Год назад

    I think it would be much better to make short videos instead of fast ones. You are just "cheating" here because understanding all this would basically require pausing the video several times and that's not fast at all. And would definitely appreciate if you could talk more slowly, not all of us are native English speakers. And no offense but everytime you showed your face it distracted me from the code that I was trying to understand as well. Sorry if the feeback is harsh, I really want your channel to succeed so that's why I'm sharing.

  • @davethorne-o7x
    @davethorne-o7x 2 месяца назад

    Lots of good information , but why do you talk so fast ? Just slow down a bit, not all of us know this , thats why you're making the video right ?

  • @AndreiGeorgescu-j9p
    @AndreiGeorgescu-j9p 16 дней назад

    What's an absolute meme of a language. Adhoc nonsense. Instead of wasting time on this 🗑️ why not use something like purescript

  • @userfuckeri
    @userfuckeri Год назад

    Explain somebody please, what z.Schema does and how it infer type for values in onSubmit func? Thanks

  • @msrini
    @msrini Год назад

    Amazing content. But my head started spinning right before you mentioned that @mattpocockuk. But still I saw the whole video

  •  Год назад

    As I’ve allready started before, you’re videospot Are a bit too rast. Give People’s some time to Invest te informatike.

  • @ГерриПитт
    @ГерриПитт Год назад

    Please, make videos slower otherwise they are hard to follow.

  • @itacirgabral1687
    @itacirgabral1687 Год назад

    import { z } from 'zod'
    const loginFormSchema = z.object({
    email: z.string().email(),
    password: z.string()
    })
    const useForm = (
    schema: z.Schema,
    onSubmit: (values: T) => void
    ) => {
    return {
    onSubmit: (values: unknown) => {
    const parsedValues = schema.parse(values)
    onSubmit(parsedValues)
    }
    }
    }
    const form = useForm(loginFormSchema, console.dir)

  • @handsome_man69
    @handsome_man69 Год назад

    ughhh.... no thanks. Feels like a whole new layer and the "latest greatest JS library". seems like just adding noise to me.

  • @wickedjutto
    @wickedjutto Год назад +86

    One suggestion is to slow it down alittle bit. I don’t mind the fast pace, but as others pointed out, it’s just too hard to follow the code with many camera jumps. Thanks for the content, I’m getting up to speed with typescript and I feel like your content has helped the most.

    • @jamesthebald
      @jamesthebald Год назад +2

      I tried watching this at 0.75x speed and it was still too fast! Great stuff though.

  • @barelmishal9668
    @barelmishal9668 Год назад +7

    To fest transition hard to to keep up and a little bit annoying. That how I feel when watching this video. Love your content because of this give a comment hope that help.

  • @chrissalgaj4111
    @chrissalgaj4111 Год назад +3

    This one felt blazingly too fast. epic stuff though

  • @itsmefrancois6825
    @itsmefrancois6825 Год назад +3

    Thx again for this informative video but I couldnt keep up. The pure speed and sudden transisions made it really hard to follow.

    • @sushantrajbanshi4508
      @sushantrajbanshi4508 Год назад

      True, it was quite fast and hard to follow for noob developers like me 😁

  • @pinch-of-salt
    @pinch-of-salt Год назад +1

    Damn had to freeze frame a lot to grasp everything, really informative video btw. It would be great if you could start with some code then try to show how it’s flawed and then fix it.

  • @damianperez7736
    @damianperez7736 Год назад +1

    Too fast could understand

  • @mmmike3426
    @mmmike3426 Год назад +2

    I like it, but at this pace, a repo to reference at our own speed would be nice (for the express example at least)

  • @abhimn7856
    @abhimn7856 Год назад +1

    Too fast!

  • @pablom8854
    @pablom8854 8 месяцев назад

    working with Zod and Prisma has been really hard, not sure if my logic is wrong but Zod + Mongoose was a lot easier. I'm having all sorts of issues with Prisma and models relations, it has been hard and I'm even using a generator to generate the Zod schemas.

  • @eula9
    @eula9 Год назад +1

    so happy its not just me that can't follow this, i felt so stupid for not being able to lol. what's the philosophy behind ruthlessly trying to optimize shortening the video length? i got time don't worry

  • @joostschuur
    @joostschuur Год назад

    I'm just here to point out that the blue color on your wall seems to be in your VS Code theme too.

  • @UrmiAktar-q7b
    @UrmiAktar-q7b 20 дней назад

    Anderson Larry Johnson Jeffrey Anderson Matthew

  • @ExcellentSycamore
    @ExcellentSycamore Месяц назад

    Thomas Nancy Jackson Charles Lopez Daniel

  • @ThatRobHuman
    @ThatRobHuman Год назад

    I'm sorry man, I *really* tried, but I feel like this video is like drinking from a firehose, to the point where I couldn't even pause fast enough. and it's *really* hard to follow what is going on. plus, there's not even any kind of code or github repo in the description so one can try to find their own context, which is a shame because the express/zod pattern is *exactly* what I'm hoping to use, and this is not helpful.

  • @somewonderfulguy
    @somewonderfulguy 6 месяцев назад

    Ugh, feel dumb watching this video. Probably should rewatch it later after dealing with Zod in practice.

  • @nomadshiba
    @nomadshiba 8 месяцев назад

    you can use `as never` there
    you never really have to use `as any` for anything.
    you can just ban `: any` and `as any` from typescript literally, you never need it.
    if you think that you need `any` as a value type, you either need `unknown` or `never` every time.

  • @froxx93
    @froxx93 Год назад

    I know a lot your videos like this are intentionally just scratching the surface of a topic, and are at least partially meant to refer people to your full guides, but I'd still recommend slowing down a little on the info-per-time-ratio. Even for me, who knows most of the things you talked about in this vid, it was pretty hard to follow.

  • @tomasznocon6378
    @tomasznocon6378 Год назад +1

    Nice timing, Astro 2.0 came out yesterday with one of the biggest new features being Markdown frontmatter validation using Zod.

  • @ExcellentSycamore
    @ExcellentSycamore Месяц назад

    Williams Elizabeth Moore Mary Walker Paul

  • @0xlogn
    @0xlogn Год назад

    arktype > zod (disclosure: I'm an ArkType contributor)

  • @armantavakoli5314
    @armantavakoli5314 Год назад

    when AI evolves to the point where we have archimedes-in-your-pocket, im going to make mine copy your teaching style

  • @quintencabo
    @quintencabo Год назад

    The information was great but it was a bit quick. I think if this was a 6 minute video it would have been more useful.

  • @gantamk
    @gantamk 2 месяца назад

    Video is too fast. No sentence breaks, very difficult to follow.

  • @martapfahl940
    @martapfahl940 11 месяцев назад

    is it comparable with pydantic speaking generally?

  • @peterprog181
    @peterprog181 Год назад

    My brain is driving at 300kmh

  • @ГерриПитт
    @ГерриПитт Год назад

    And if you put the code in a gist and attached to the video it would be great and more helpful. Good luck!

  • @simonthiboutot8855
    @simonthiboutot8855 Год назад

    Damn, my head is spinning, too much information too fast haha. Great content though 👌

  • @SwedeOfEnbound
    @SwedeOfEnbound 8 месяцев назад

    Hey Matt! Does your claim in ze title still hold up one year later? 🙏

  • @warrenlayson2514
    @warrenlayson2514 Год назад

    But our senior devs are either too bland or lazy for innovations

  • @alexodan
    @alexodan Год назад

    I love u lol
    p.s. I NEED A BIGGER LIKE BUTTON

  • @mkroven
    @mkroven Год назад

    Happy to see that I am not the only one who feels not smart enough to get it :)

  • @user-kw9cu
    @user-kw9cu Год назад

    zoom out a little and do not cut in between it so hard to follow

  • @HeatherSears-m4b
    @HeatherSears-m4b 20 дней назад

    Rolfson Center

  • @AjinkyaBorade
    @AjinkyaBorade Год назад

    Yup !

  • @malipetek
    @malipetek 10 месяцев назад

    I could not get it in one go, wow

  • @vigscodes
    @vigscodes Год назад

    Can you link to the specific Zod course you were talking about? Is it just the zod exercises on total typescript?