Replies: 1 comment
-
|
I wanted to separate “how we fetch/handle external data” from the That said, the current Bringing back an Thanks for your thoughts. PRs are highly appreciated 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
I wanted to separate “how we fetch/handle external data” from the That said, the current Bringing back an Thanks for your thoughts. PRs are highly appreciated 🙂 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In version 2,
AutoFetchCollectionbecame a collection withAutoFetchDataAdapter. Don't you find this approach confusing? Collections withAutoFetchDataAdapterdo not have the same capabilities as collections with other adapters. For example, we add collections toSyncManager, so in theory we can add a collection withAutoFetchDataAdapter. But that's not how it works. In my opinion, the best option is to returnAutoFetchCollectionby making a separate class, which usesAutoFetchDataAdapterby default. I also don't quite understand how in v2 I can check whether data has been uploaded toAutoFetchDataAdapterfor a specific request. TheregisterQueryandunregisterQuerymethods are missing. The only way to register a request now is to call the find method.About AutoFetchCollection
Beta Was this translation helpful? Give feedback.
All reactions