Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog(embertimes90): bind helper rfc #22

Merged
merged 2 commits into from
Mar 22, 2019
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
13 changes: 9 additions & 4 deletions source/2019-03-22-the-ember-times-issue-90.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: The Ember Times - Issue No. 90
author: Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd
author: Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/03/22-the-ember-times-issue-90.html"
responsive: true
---

هيلو Emberistas! 🐹

This week has been super busy with The Ember Times team reporting from **EmberConf 2019** in Portland Oregon! We are sharing highlights from the conference and news on **Ember Octane** with you 🐹⛽️
This week has been super busy with The Ember Times team reporting from **EmberConf 2019** in Portland Oregon! We are sharing highlights from the conference and news on **Ember Octane** with you 🐹⛽️, read and comment on the new Bind Helper RFC 💖💪, ...

---

Expand All @@ -26,8 +26,13 @@ Also The Ember Times will notify you, as soon as the full recordings of the conf

---

## [SECTION TITLE](#section-url)
## [Bind Helper RFC 💖💪](https://github.com/emberjs/rfcs/pull/470)

Fresh off EmberConf, [@rtablada](https://github.com/rtablada) opened a new RFC that introduces a new helper `bind` to allow clear argument and context scope binding for functions passed in templates.

The idea is for the `bind` helper to take in a function and then the set of arguments that will be partially applied to the function, similar to the JavaScript bind method.

Check out the [full RFC](https://github.com/emberjs/rfcs/pull/470) on GitHub!

---

Expand Down Expand Up @@ -99,4 +104,4 @@ That's another wrap! ✨

Be kind,

Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd and the Learning Team
Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd and the Learning Team