Hello, I’m working on mobile app interface for 3 years as a product designer, it’s quite big project.
I now have to make desktop webapp version of this interface, so it’s hundreds of screens to convert.
I want to know the best way to sync mobile and desktop version of every screen? I don’t want to modify both versions everytime I will modify an element, it will be a big waste of time and mistakes for sure.
Should I convert every single screen in component? Which is not a big problem actually, but I ask the question anyway because I’m not sure that components were made for this.
Thank you