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
When a user clicks RSVP to an event, there is a delay while the server updates, leaving the UI feeling unresponsive. Update RSVPButton.tsx to instantly toggle state locally (optimistic update) and only revert if the Firebase mutation fails.
When a user clicks RSVP to an event, there is a delay while the server updates, leaving the UI feeling unresponsive. Update
RSVPButton.tsxto instantly toggle state locally (optimistic update) and only revert if the Firebase mutation fails.