DTO
The need to transport data between systems or components that do not share the same data model.
we can create a shared Data Transfer Object (DTO) that is created from the data of the source component and then passed to the target component.
Last updated