|
|
|
|
|
by recursivedoubts
2231 days 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. |
|