How to transform a value before it gets sent for a resource update
Hi all!
As the title states, I would like to know what the best practice is for transforming a value before it gets sent to the server to update a resource.
Code:
In this code sample, I need to make sure the value of
What is best practice here to do when working solely with refine?
As the title states, I would like to know what the best practice is for transforming a value before it gets sent to the server to update a resource.
Code:
In this code sample, I need to make sure the value of
date_of_birth conforms to the backends requirement for date parsing.What is best practice here to do when working solely with refine?
