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
Have ChatWidget hold state structs for each of the widgets with a nontrivial amount of state.
An example, the MessageWidget holds every known message and filters every render to display only the current rooms messages; this is an extreamly inefficient way of doing it.
The text was updated successfully, but these errors were encountered:
Have ChatWidget hold state structs for each of the widgets with a nontrivial amount of state.
An example, the MessageWidget holds every known message and filters every render to display only the current rooms messages; this is an extreamly inefficient way of doing it.
The text was updated successfully, but these errors were encountered: