microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[Feature] Create an abstracted component creation layer #40

Open janechu opened 4 years ago

janechu commented 4 years ago

Abstract

At the moment the only method prototypes have of creating logic is from a defined set of Component provided to them via a library.

This becomes difficult to deal with when it is necessary to associate logic between components.

There should therefore be a feature implemented cross-cutting several tooling exports that will add this functionality. This can be done by allowing the creation of components that will serve as test components that are not exported but viewable.

Use cases

Affected exports

Data structure