Create a non-reactive subscription

Hello,
is there an easy way to do a non-reactive subscription in react?
i can`t get it… :frowning:

I think its best to use a method call to get your data.

1 Like

but i need the observer…

is ‘shouldComponentUpdate’ the right way?

Not sure what you are trying to achieve, but if you don’t want reactivity on the client side, you can pass reactive:false on find.

1 Like