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

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

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

  • @hatemabushaala
    @hatemabushaala 6 месяцев назад +1

    Thanks for sharing

  • @marco.garofalo
    @marco.garofalo 6 месяцев назад

    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  6 месяцев назад

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

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

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

    • @icodeit.juntao
      @icodeit.juntao  6 месяцев назад

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

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

    This is really helpful. Thanks!

    • @icodeit.juntao
      @icodeit.juntao  Год назад

      Thanks for letting me know Taro, glad it helps