Change an elements property via an action

Why shouldn’t bubble have an action which changes an elements property directly instead of using a “set state” action.

Sometimes you just want to change an elements property when a user clicks a button.

I found myself looking for such a function very often