dx-platform
dx-platform copied to clipboard
react-kit: Deprecate getRenderRemoteData
i had a need to overwrite one of states of RenderRemoteData
(RRD) that was passed within getRenderRemoteData
(gRRD). but after a long offline discussion about PR expanding the model of RRD
from cRRD
( #130 ) i realized, that i can use withDefaults
(wD) instead of gRRD
.
i believe we should use wD
and deprecate gRRD
If there were no specific reasons to create a factory and not use withDefaults
in #49 then I'm ok with that. @devex-web-frontend/team any objections?
there was a reason - no one came up with using wD