ahdinosaur/inu

add sugar function(s) that receives domains and returns app

ahdinosaur opened this issue · 2 comments

it'd be sweet for inu to include sugar functions that receives model (domain) objects like in choo (todomvc example) and returns composed inu app objects.

even better if we couple this with bulk-require (and bulkify), so you could use a single call to compose all the models (domains).

/cc @yoshuawuyts

ooh, bulkify and bulk-require are interesting! not quite sure what you mean by "sugar methods", but it seems like you're on track to something neat

done with inux 🎱