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
{{ message }}
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
<LiveUpdate> reload children components when the sender is the same, LiveUpdate should ignore updates from the same sender or have an option to disable it, this will avoid issues from users and unnecessary components re-renders.
We can add a new prop called clientId(unique per user), this will come with a timestamp and document URI message from WebSockets.
Let me know, what do you think about it @RubenVerborgh .
<LiveUpdate>reload children components when the sender is the same, LiveUpdate should ignore updates from the same sender or have an option to disable it, this will avoid issues from users and unnecessary components re-renders.We can add a new prop called clientId(unique per user), this will come with a timestamp and document URI message from WebSockets.
Let me know, what do you think about it @RubenVerborgh .
Thanks,
Jairo