Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break into 2 frameworks #36

Open
BenShutt opened this issue Aug 26, 2021 · 0 comments
Open

Break into 2 frameworks #36

BenShutt opened this issue Aug 26, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@BenShutt
Copy link
Contributor

This framework is, essentially, composed of 2 parts:

  1. Toasting: posting messages/views and handling queues
  2. Connectivity: handling internet connection/disconnection events and showing a toast when a connection is lost.

The first part is straightforward in purpose, fairly simple, and works well as an independent feature.
The second is challenging, slightly hacky, and highly dependent on the visible app screen, which is not ideal for a framework.

The second part should be separated from the first, so frameworks only bring it in if they need it.

@BenShutt BenShutt added the enhancement New feature or request label Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant