Skip to content

Commit

Permalink
Merge pull request #147 from ember-learn/NullVoxPopuli-patch-4
Browse files Browse the repository at this point in the history
RFC updates
  • Loading branch information
ijlee2 authored Jun 12, 2019
2 parents 7bf96d7 + 2326c39 commit 0634c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/2019-06-08-the-ember-times-issue-102.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ responsive: true
## [RFC for an alternative to Controllers πŸ₯΄](https://github.com/emberjs/rfcs/pull/499)
[@NullVoxPopuli](https://github.com/NullVoxPopuli) proposed **two** RFCs to outline how we can eventually remove controllers from Ember.
- [RFC 499](https://github.com/emberjs/rfcs/pull/499) proposes an alternative way of rendering templates for a particular route. (if some of you remember routable components, this isn't that πŸ˜‰)
- [RFC 380](https://github.com/emberjs/rfcs/pull/380) proposes a service for handling query parameters, as well as a `@queryParam` **decorator** for accessing query parameters anywhere in your app: Routes, Components, etc. πŸŽ‰
- [RFC 380](https://github.com/emberjs/rfcs/pull/380) proposes adding a `queryParams` property to the `RouterService` for accessing query parameters anywhere in your app: Routes, Components, etc. πŸŽ‰

With these two RFCs, we'll eventually be able to deprecate Controllers. πŸ”₯πŸ”₯πŸ”₯ Read, comment, and spread the word! πŸ–ŠοΈ
With these two RFCs, we're heading in the right direction for eventually being able to deprecate Controllers. πŸ”₯πŸ”₯πŸ”₯ Read, comment, and spread the word! πŸ–ŠοΈ

---

Expand Down

0 comments on commit 0634c10

Please sign in to comment.