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

Deprecate BaseColectionStore.getAsync #142

Open
kachnitel opened this issue Jan 2, 2020 · 0 comments
Open

Deprecate BaseColectionStore.getAsync #142

kachnitel opened this issue Jan 2, 2020 · 0 comments

Comments

@kachnitel
Copy link
Owner

Get entities with get and if needed to wait for entity, use syncState

  • Add BaseEntity @observable syncState = 'ok', 'error', 'loading'
    • Can be used to filter errored entities from lists or show spinner / error dummy
    • Need loading Promise that can be used when full item is needed and syncState = loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant