Skip to content

Commit

Permalink
Merge pull request #9 from myofficework000/myofficework000-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
myofficework000 authored Jun 25, 2024
2 parents 01e808e + 1f28649 commit 983823c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ There are a three core components described:
* **Effect** - plain object that signals one-time side-effect actions that should impact the UI e.g. triggering a navigation action, showing a Toast, SnackBar etc. Effects are exposed as `ChannelFlow` which behave as in each event is delivered to a single subscriber. An attempt to post an event without subscribers will suspend as soon as the channel buffer becomes full, waiting for a subscriber to appear.

Every screen/flow defines its own contract class that states all corresponding core components described above: state content, events and effects.

## Connect with Us
For more updates and contributions, connect with us on [![LinkedIn](https://img.shields.io/badge/LinkedIn-blue?style=flat&logo=linkedin)](https://www.linkedin.com/in/myofficework/).

## Give a Star!
If you like this repository, please give it a star ⭐.

0 comments on commit 983823c

Please sign in to comment.