I’m running into an interesting problem that I’m hoping others may have some thoughts on…
We have a small team that works on both web and native app designs for a product and most often, designers own the designs for both platforms at the same time. We have many components that are identical for mobile web and app designs (buttons, inputs, etc). I’m trying to decide if it makes sense to either:
-
Create duplicate components for these items in separate Web and App libraries so that IF designs were to diverge in the future, we have more flexibility to do so, or…
-
Keep these as one set of components in a single library and worry about creating another set in the future if it was ever needed