STATE MANAGEMENT from Zero to App with BLoC - Carlo Lucera | Flutter Heroes 2023 Talk

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 8

  • @mesafintzd
    @mesafintzd 22 дні тому +1

    Bloc is the easiest State management i found out there.

  • @NoBodyknow172
    @NoBodyknow172 9 місяців тому +3

    Can you please please share github link.

  • @youdube1203
    @youdube1203 9 місяців тому +1

    bloc is suitable for large projects

  • @dbred67
    @dbred67 9 місяців тому +2

    Wow, I thought Redux was ugly but BloC takes unnecessary complexity to a new level.

    • @ihard_k
      @ihard_k 9 місяців тому

      😂😂😂

    • @HatDroid
      @HatDroid 9 місяців тому +3

      Ugly or Beautiful is a matter of personal preference ;)
      About complexity, I find Redux more complex and more verbose than BLoC! Also, everything has its place and space. I believe that you should choose the right state management that is best for your project; today is Riverpod, and tomorrow is a simple setState(); don't overcomplexify if not needed for your scope!

    • @dbred67
      @dbred67 9 місяців тому

      If I'm looking to provide global state with listeners and notifiers then Redux and BLoC both offer a poor developer experience. The complexity should be hidden, e.g. Redux Toolkit. Libraries such as Zustand have figured out the developer experience part although I think Signal libraries are close to a cleaner developer experience.

    • @youdube1203
      @youdube1203 9 місяців тому

      Bloc is more complex than Redux?
      hold on