Skip to content Skip to sidebar Skip to footer

Saving Input Data To Different Keys

I'm new to Redux work, trying to learn by doing. Here I have AntD input, when user writes something then it saves it to the object keys billingName: and billingContactPerson, but I

Solution 1:

If you're new I recommend you to start with reduxjs/toolkit. It is the new recommended way of writting redux logic.

Let's Learn modern redux

About the question you asked. You can try triggering an function after the redux logic or after sending the data to the input field and give type to billingName and billingContactPerson. So, that you can more catch errors.

Post a Comment for "Saving Input Data To Different Keys"