Beyond the Empty Build: Evolving Riverpod Architecture
After developing for some time with BLoC , I finally made the switch to Riverpod . The benefits looked really clear as I saw Riverpod as an evolution of BLoC that goes beyond the abstractions of business logic and actually handles orchestration of the logic blocks. However, with this orchestration comes complexity, and not complexity of riverpod itself, but from the fact that you now can do the same thing in multiple ways, and it isn't always obvious which path is the "right" one. The Code with Andrea blog
评论
?
参与讨论