Evolving Your React App Safely with Feature Toggles and Branch By Abstraction

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

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

  • @marco.garofalo
    @marco.garofalo 8 หลายเดือนก่อน

    Thanks for sharing this, really appreciated! One tip if I may, while refactoring, instead of moving the original component, it would be cleaner (and smoother) to extract its content into another component and move that one into another file. That is to say leave "MenuList" where it is, extract the content into a "MenuListOld" component that you will move into another file, then return it from the "MenuList" straightaway. This will basically leave the same behaviour as before and create the space for the branching logic without having to change the consumer side. Hope that makes sense :)

    • @icodeit.juntao
      @icodeit.juntao  8 หลายเดือนก่อน

      Hi Marco, thanks for sharing that here, and I think it's better!

  • @hatemabushaala
    @hatemabushaala 7 หลายเดือนก่อน +1

    Thanks for sharing

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

    This is really helpful. Thanks!

    • @icodeit.juntao
      @icodeit.juntao  ปีที่แล้ว

      Thanks for letting me know Taro, glad it helps

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

    Excellent! What extension are you using to show function usage?

    • @icodeit.juntao
      @icodeit.juntao  8 หลายเดือนก่อน

      Thanks mate, I'm using WebStorm as my main IDE.