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
I created the slices for the retro state and its store. This still needs 1) linking to the ui and 2) some solution on how to sync the state to the session's state for a user that is joining.
Sine we already have a global event based state with a reducer, it makes sense to use redux toolkit over our custom context solution.
https://redux.js.org/tutorials/fundamentals/part-5-ui-react
The text was updated successfully, but these errors were encountered: