@rmmmp wrote:
Ever since I saw how actions are just normal functions in Glimmer.js, I dropped placing my actions inside an
action
object. Now my usage is{{my-component foo=(action myAction)}}
instead of{{my-component foo=(action 'myAction')
.I haven’t had any problem with this setup so far. Why do we still need
action
these days? Am I missing out on some benefits if I don’t place it underaction
object?
Posts: 1
Participants: 1