Real-time web apps with Meteor & React with Fred Maia

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

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

  • @taofeeqomotolani2311
    @taofeeqomotolani2311 ปีที่แล้ว +2

    Hearing about meteorJS for the first time, lovely video

  • @lennoxcharles6092
    @lennoxcharles6092 ปีที่แล้ว +2

    I saw what you did there Kelvin, “…still not convinced typescript is not the best choice”. I believe so too much because the dynamic typing in JS what makes me love it.

    • @dominuskelvin
      @dominuskelvin  ปีที่แล้ว

      Yup I’m just waiting for types to land in JavaScript.

    • @lennoxcharles6092
      @lennoxcharles6092 ปีที่แล้ว

      @@dominuskelvin is it a feature to expect anytime soon?

    • @dominuskelvin
      @dominuskelvin  ปีที่แล้ว

      @@lennoxcharles6092 oh yes there is already a TC39 proposal for it

    • @KellyCopley
      @KellyCopley ปีที่แล้ว

      I used to have this same mindset. I thought that the dynamic nature of JavaScript types made me more productive because I could just create without thinking about the data types. It wasn't until I didn't have a choice and TypeScript was a requirement that I was forced to use it and really realized the true power of strict typing and static analysis. There's so much time saved in catching little things you miss and in future maintenance and refactoring that it completely negates the speed at which you can spew out plain unchecked JavaScript.

  • @KellyCopley
    @KellyCopley ปีที่แล้ว +1

    Not sure how many people need this, but just in case. The package that Fred refers to zodern:types is incorrect for what he describes as it's purpose. The package I think he means is zodern:relay

  • @heismyke
    @heismyke ปีที่แล้ว +1

    kelvinnnnnnnnn my brother

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

    thank you bro

  • @lennoxcharles6092
    @lennoxcharles6092 ปีที่แล้ว +2

    Hmm that was a fast updating

    • @dominuskelvin
      @dominuskelvin  ปีที่แล้ว

      Thanks 🙏🏾

    • @KellyCopley
      @KellyCopley ปีที่แล้ว +1

      Meteor has optimistic updates by default. These update the cache on the client before the server response and if the server responds with a failed operation it patches the cache back to it's previous state.=

    • @lennoxcharles6092
      @lennoxcharles6092 ปีที่แล้ว

      @@KellyCopley that’s amazing

  • @KellyCopley
    @KellyCopley ปีที่แล้ว +2

    Most of the simple little errors that are made while coding could have been prevented by using TypeScript.. Just sayin.