I don't see Relay evolving into Dev Mode or the other way around. I tried DevMode and while useful in little ways; it is way off from being a revolution.
For example, the Figma designs provided by my designer have custom typography styles (like "BodyL, BodyS " etc). When I click on any text in the design, the "Inspect" tab in Figma was able to show what custom style is being applied to it. However in DevMode, the compose code that it shows does not understand TextStyles. Instead it just passes in
fontSize
,
fontFamily
,
fontWeight
and so on to each
Text
composable.