Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion source/blog/2018-11-02-the-ember-times-issue-71.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ This week your **help is needed** to bring **tree-shaking** 🌳 to Ember apps,

---

## [SECTION TITLE](#section-url)
## [Action! 🎬 Ember Route Actions for All](https://github.com/emberjs/rfcs/pull/394)

Actions in Ember are usually defined in a **controller**. However the addon [ember-route-action-helper](https://github.com/DockYard/ember-route-action-helper) has existed for some time and allows you to easily use actions, defined in the route, inside your templates. Some say that this allows less **dependance** on controllers. A new [RFC (Request for Comments) for Route Actions](https://github.com/emberjs/rfcs/pull/394) has been suggested by [@vasilakisfil](https://github.com/vasilakisfil) that proposes integrating this helper into **Ember core** for use in all apps without the need for the addon.

It is important to state that the addon has a **warning** about using it and that controllers are still an **integral** part of Ember as explained last week in our [Readers' Question: What is the Future of Controllers](https://discuss.emberjs.com/t/readers-questions-what-is-the-future-of-controllers-when-is-it-a-good-time-to-use-them-in-a-modern-ember-app/15708).

If you would like to **chime in** and join the discussion be sure to check out this [RFC here](https://github.com/emberjs/rfcs/pull/394).

---

Expand Down