ged-odoo / blockdom

A fast virtual dom library
MIT License
556 stars 25 forks source link

createBlock could return multi? #18

Open ged-odoo opened 3 years ago

ged-odoo commented 3 years ago

in the tutorial, we have a limitation for the tomato framework: we need to manually use the multi block if we want to do a fragment, but it would be more natural to simply write the fragment in the template. It would be nice if we could do that, and return underneath a multi block. main issue is that we need to redistribute data into sub blocks