Widget Cards Pt. 2

#react #ui #designpatterns Now we want to be able to dynamically load the widgets that the user wants, as well as allow them to order them. Problems: How do we give let each widget control the order of the list that’s contained in the parent? How can we make react widgets share a common interface, so they can all be rendered generically, while still allowing customization? How do we delay the creation of each widget until we have the necessary information they need to render?...

6 min · 1164 words · Caleb Wightman