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!
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.
Bloc is the easiest State management i found out there.
Can you please please share github link.
bloc is suitable for large projects
Wow, I thought Redux was ugly but BloC takes unnecessary complexity to a new level.
😂😂😂
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!
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.
Bloc is more complex than Redux?
hold on