You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more like a question than an issue. But it would be great if you indicate what the format of data it would be inside the getMore method. Usually, subscribe is used in createContainer method and it sets the value of a prop in the class. In the README, it's not clear how it can be used.
The text was updated successfully, but these errors were encountered:
@maitrid Thanks for your interest in this component. The getMore method should make the subscription call again to get more data, eg: someSubscription({next: 10}) which indicates to get next 10 sets of data. Now after your subscription the data comes to local mongo and it is passed as props to the component and the component renders again showing your new set of data. Hope this answers your question. Let me know if you still need help.
This is more like a question than an issue. But it would be great if you indicate what the format of data it would be inside the
getMore
method. Usually, subscribe is used increateContainer
method and it sets the value of a prop in the class. In the README, it's not clear how it can be used.The text was updated successfully, but these errors were encountered: