Another idea - use events hooks ``` useEvents(je => { je.adder.onclick = () => count + step je.subtracter.onclick = () => count - step }, [count])
Another idea - use events hooks