Hacker News new | ask | show | jobs
by KeitIG 2951 days ago
Great release. I am still desperately waiting for passive/once events support though. VueJS integrates them in a trivial way:

    <div v-on:scroll.passive="onScroll">...</div>
Would love to have this simplicity in React.