How to pass Struct to React Reducer through Dispatch Payload
Relatively new to React. I am trying to build a login function for a web app. (In React) I want to require a user to login before having access to internal pages and functions. (As that user data will be linked to what they do, see, etc…)