Do not update data if no data #668
-
Hi, I feel silly but I haven't found any clue on how to achieve such a task. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What do you mean by "if no data"? Does the API return (If the data returned doesn't change, a render won't be triggered so the view won't update) |
Beta Was this translation helpful? Give feedback.
-
So I ended up using the
|
Beta Was this translation helpful? Give feedback.
So I ended up using the
compare
function like so :