From 1f286494151a66d5aa910528a62b3026be0e5ee5 Mon Sep 17 00:00:00 2001 From: ABHISHEK PATHAK <51234843+myofficework000@users.noreply.github.com> Date: Wed, 26 Jun 2024 01:13:32 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 76b3d6f..ca2945d 100644 --- a/README.md +++ b/README.md @@ -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 ⭐.