Skip to content

Conversation

@mibrahimdev
Copy link
Owner

The reason for making a flow for each event, is that you want to control the emission of that event. For example, I tried to call the Search API while typing; this is difficult to achieve if There's only one flow to trigger emissions. So the solution was to use a flow for each type of event, and for the typing one, I've added the debounce operator, to give the user a chance to decide what he wants to search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants