UI Components #1537
seanmalbert
started this conversation in
General
UI Components
#1537
Replies: 2 comments 1 reply
-
@willrlin , |
Beta Was this translation helpful? Give feedback.
1 reply
-
Updates to UI Components, where business logic is getting stripped out, can be tracked at https://github.com/bloom-housing/bloom/issues?q=label%3A%22UI+Components+-+Strip+Dependencies%22+ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This thread is to discuss updates to UI Components. There is a general need to remove business logic and references to backend types from UI Components. This will make the component library more usable and easier to use across different data types. If, for example, there is a component that accepts a prop of type
Listing
, we should be able to evaluate what interface we actually need for that component and make it generic.One of the possible end goals of the UI Components is to be able to easily pull it out of the mono repo.
Beta Was this translation helpful? Give feedback.
All reactions