following the "conventional" <React tutorial>. wha...
# react
n
following the "conventional" React tutorial. what's the idiomatic way of adding
List<ReactElement>
as children to the current element?
children(list)
blows up at runtime, and
childList.addAll(moves)
seems potentially hacky. (p.s. the hint about
buildElement
in the feb 4th thread was helpful, thanks simple smile )