How to create/use the same form component in react for CRUD operations
Hi Team,
I want to use a single from react component for the CRUD operations on a DB resource. Could you please give me some ideas on how to achieve this? Like, how to structure the component, props, state and http methods for the API call.
Thanks, Arun