Is it possible to update state within a useReducer
So here’s my issue, im currently learning about the useReducer function and trying to utilize it to create a react based quiz, selection screen. I wanted to update the state (so it could be uplifted to the main App component for use elsewhere)