Turborepo and Monorepos clearly explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

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

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

    Very informative thank you!!

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

      That's awesome to hear! Thank you for watching! :)

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

    Have to say that due to the Vercel bying Turborepo, I'm hesitant using it for stuff that is not NextJS. It already starts feeling like a NextJS tool, not general tool for all frameworks. Red flag

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

    Keep making cool videos like this man ✨✨

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

    I disagree about your frontend/backend example, especially if they are both based on javascript/node/typescript. An example of a crucial benefit it the possibility of sharing type declarations. Otherwise client and backend need to declare the same interfaces/classes they deal with, which is recipe for disaster.

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

    NX is much much more advanced and faster. Turborepo is great for beginners though.