We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Has there been any attempt to listen to whether the sub is ready for this kind of use case:
isReady ? <TodosList todos={todos] /> : <Loading />
This would be a lovely addition to 1.0 #33
The text was updated successfully, but these errors were encountered:
Yes I will add this soon ;)
Thanks.
Sorry, something went wrong.
Sorry I have no time to do this right now. Maybe next week.
PRs are welcome ! ;)
@yogiben Actually I took the time to to what you asked.
It is available in 1.0.0-beta25.
getMeteorData() { const handle = Meteor.subscribe('todos'); return { todosReady: handle.ready() }; }
No branches or pull requests
Has there been any attempt to listen to whether the sub is ready for this kind of use case:
This would be a lovely addition to 1.0 #33
The text was updated successfully, but these errors were encountered: