Hacker News new | ask | show | jobs
by nightski 1099 days ago
I prefer an explicit function call over compiler voodoo magic, especially when it comes to reactivity (of which can have performance implications). Any solution where a compiler is changing the semantics of my code on the fly is just a hard pass.
1 comments

Shrug. You’re comparing compiler voodoo with vdom voodoo.