felangel / bloc

A predictable state management library that helps implement the BLoC design pattern

Home Page:https://bloclibrary.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs(bloc): bloc effects

yaiceltg opened this issue · comments

Hi Felix (@felangel). thanks to you and the community for the excellent work on this awesome lib

I have worked on several projects, simple functionalities with a good BE that makes things very simple in the app. But I'm currently working on something bigger and I would like to know if there is something in the bloc like the NGRX effects that run or if would we have to give each bloc implementation the blocs they relate to.