top | item 23195770

(no title)

adamstep | 5 years ago

Congrats on the launch! As a big user of Intercooler, I'm curious about which features you considered mistakes, or which ideas didn't work out as well as you expected. My own library Hyperview is heavily inspired by Intercooler, so I'm hoping to learn from your experience!

discuss

order

recursivedoubts|5 years ago

heya adam

Here are some off the top of my head:

- the dependency mechanism (too magical)

- the ic-action attribute (sometimes it's OK to write some javascript)

Generally I'm trying to reduce the number of attributes and add a bit of syntax if necessary, e.g. kt-trigger="every 1s" vs. a separate ic-poll attribute.

Also I'm trying to make it pluggable so that people can add their own functionality rather than pressuring me to add a new attribute or feature. :)

Hyperview is an awesome library btw, everyone check it out:

https://hyperview.org/

Hypertext: the once and future king.