Reactjs – Cleaner and more concise way of handling states in React?
In my app, SearchParams.tsx is a form that gets the apiResponse from the parent and uses entries in this response to set options for it's select/dropdown menus for the user to then choose from. I have a lot of states…