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
If we subscribe to everything in root, it means that any change in one of the subscription would cause a re render of the whole page.
We should simply have components subscribe to the signals directly so we avoid this problem.
The text was updated successfully, but these errors were encountered:
If we subscribe to everything in
root
, it means that any change in one of the subscription would cause a re render of the whole page.We should simply have components subscribe to the signals directly so we avoid this problem.
The text was updated successfully, but these errors were encountered: