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
Currently, we rely on prop-drilling to pass state among components.
Ideally, we would use something like the Context API Community Protocol to manage state and avoid prop-drilling. This may be paired with a reactive controller as well.
The text was updated successfully, but these errors were encountered:
Currently, we rely on prop-drilling to pass state among components.
Ideally, we would use something like the Context API Community Protocol to manage state and avoid prop-drilling. This may be paired with a reactive controller as well.
The text was updated successfully, but these errors were encountered: