zaceno / hyperapp-partial

Helps you structure your hyperapp code
MIT License
7 stars 0 forks source link

Partials-in-partials #2

Closed zaceno closed 7 years ago

zaceno commented 7 years ago

Note to self: make partials support partials to be mixied in.

Best not to call it mixins though. Perhaps "partials".

Probably not too tricky. But is it a good idea?

zaceno commented 7 years ago

Done, since 0.4.0

jorgebucaran commented 7 years ago

I was too late to the party, but I would have said: I'd like to see them first before creating an opinion. Good thing you got this done.

zaceno commented 7 years ago

@jbucaran: no problem you were late -- it was a very lonely party anyway ;) But yeah you're right, it's best to have something to try out before knowing if it's worth doing or not. As it turns out, I found a use-case for it, so I built it, and am about to try it now. I'll report back how it goes.