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
Communicating variable changes via signal changes is inefficient and ineffective for variables that frequently change.
Instead we should communicate the changes on the variable itself.
This may require a rewrite to the component system however, to not require signals to change variables stored in components.
This is a rewrite to how component variables are modified.
The text was updated successfully, but these errors were encountered:
Communicating variable changes via signal changes is inefficient and ineffective for variables that frequently change.
Instead we should communicate the changes on the variable itself.
This may require a rewrite to the component system however, to not require signals to change variables stored in components.
This is a rewrite to how component variables are modified.
The text was updated successfully, but these errors were encountered: