I am working on a react app where I am using redux for state management,I am new to this and I have to do multiple state change operations inside a reducer function. Here’s my reducer function: What I want to do is,add a item to clientList which I am doing here and then re-assign 2 variables clientName and clientStatus too