Closed HenrikJoreteg closed 10 years ago
We currently do something like this for renderCollection: https://github.com/HenrikJoreteg/human-view/blob/master/human-view.js#L193-L194
renderCollection
But this could be more generic and let you use it for simple subviews too.
@Crossdiver propsed this: https://gist.github.com/Crossdiver/f8bae19a612f8888a487 I kind of it. Seems like worthwhile concepts to merge.
We currently do something like this for
renderCollection
: https://github.com/HenrikJoreteg/human-view/blob/master/human-view.js#L193-L194But this could be more generic and let you use it for simple subviews too.