[Question] Why should anyone consider using Store if they are already using NetworkBoundResource concept/framework? #596
Unanswered
RohitSurwase
asked this question in
Q&A
Replies: 1 comment
-
if you don't need the additional functionality then keep doing what you do. As for why others use store: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, I watched the Network-Resilient Applications with Store5 | Talking Kotlin [#128] video, recently published. And the immediate question that I got is, why should anyone use Store? We already have NetworkBoundResource concept/framework which does similar to what Store does with very simple to understand and minimal code. We can alter it the way we want (to make it active or passive or use it in RxJava or Coroutines) and it works perfect.
Is Store much more than that? If YES, why do we need that additional part? We can keep aside its multi-platform support aside for now as it is not yet recommended for production and the project was started for Kotlin initially.
Someone, please explain.
Beta Was this translation helpful? Give feedback.
All reactions