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
The numberReducer and the stringReducer are essentially the same thing, but with a different runtime check. I propose that these thunk down to a common 'valueReducer' that handles actions for changing and resetting actions. That way we can re-use that logic to add new types like Dates or whatever.
The text was updated successfully, but these errors were encountered:
The numberReducer and the stringReducer are essentially the same thing, but with a different runtime check. I propose that these thunk down to a common 'valueReducer' that handles actions for changing and resetting actions. That way we can re-use that logic to add new types like Dates or whatever.
The text was updated successfully, but these errors were encountered: