Slide 32
Slide 32 text
Cubits are simple and quick to start with.
Blocs are more complexe, but come with the added benefit of Traceability. Meaning you
know the sequence of state changes as well as exactly what triggered those changes.
Using stream for events allow us to take advantage of stream operators such as buffer,
debounceTime, throttle, etc.
Worry not, because it’s easy to refactor and scale-up from a Cubit to a Bloc.
Cubit VS Bloc
When would we use one over the other