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
With an event listener design, code is centralized to mostly if not entirely the ActivityLog component and connection status can be logged automatically. With a store design, each activity that needs to be logged has to be coded per component. Either design would work well but the event listener one may be better.
dev details
nice to have
The text was updated successfully, but these errors were encountered: