DockYard / ember-route-action-helper

Bubble closure actions in routes
MIT License
329 stars 48 forks source link

Tell people not to install this addon. #75

Closed ghost closed 6 years ago

vasilakisfil commented 6 years ago

Hmm not sure but I think I disagree. This little addon allows you to reuse various components through out all your app. If you go the controllers-way, you will need to redefine the actions in every "page" that the action is used leading to code duplication.

I think this addon kind-of resembles the redux pattern as you can define one action at one point on your app and refer to that from different/various templates.