SOLVED: Reactivity in Meteor Method

is there a way to fetch a data using Meteor Method that will update when there is a changes in Collection?
i am using react.

Sure, just use component state.

1 Like

Why not just use Meteor.subscribe ?

1 Like

How to do it sir? do i need to refresh the function every second to update the state?

i only need to get the total count of the collection sir.

Problem solve.
i use publish-performant-counts to do the work for me.
Thank you all.

1 Like