They work just fine, the value is updated accordingly. The tripleCount is like an accessor at this point.
- How can this work? Do signals simply re-trigger any functions that wrap it? - What are the benefits of using createMemo over normal function like this?