I have built a couple of apps in Elm and now have built a couple in React.
In React I am offered functions like shouldComponentUpdate for when I might want to render a component less often.
It is only now that I am thinking: how come Elm does not have (or need) them?