|
|
|
|
|
by methyl
2430 days ago
|
|
> designs and front-end code can live side-by-side in the docs This one sparked an idea. We all know that it's really hard to automatically convert designs to code (eg. React components). Right now the only feasible way is to code it manually. If you are able to import and show designs side by side with real React components using Storybook, would it make sense for you to tackle diff-checking between those two, making sure the design is coded correctly? |
|
In theory this doesn't sound too bad, but in reality, it's very difficult to know exactly which bits of the UI are going to become a component in code, before implementation.
Therefore, there's a very high likelihood that the visual components coming from design are not going to cleanly align with the implemented components in Storybook.