Skip to content

Commit

Permalink
Merge pull request #59 from ember-learn/fn-helper-rfc
Browse files Browse the repository at this point in the history
Fn Helper RFC
  • Loading branch information
amyrlam authored Apr 5, 2019
2 parents c276616 + 54ef3c5 commit bfba251
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions source/2019-04-05-the-ember-times-issue-92.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. 92
author: Chris Ng, Lisa Huang-North, Jessica Jordan, Isaac Lee, Danielle Adams, Amy Lam, Bradley Leftley
author: Chris Ng, Lisa Huang-North, Jessica Jordan, Isaac Lee, Danielle Adams, Amy Lam, Bradley Leftley, Jared Galanis
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/04/05-the-ember-times-issue-92.html"
responsive: true
Expand All @@ -9,7 +9,7 @@ responsive: true
હેલો Emberistas! 🐹


The **video** recordings of **EmberConf 2019** are now available! But first, read about the benefits of **volunteering at a tech conference** 💪, an RFC on **adding npm dependency lint** ✨, **data loading** and **animation patterns** in your Ember app you don't wanna miss ⭐️ and tips on **mentoring** Ember developers 👩‍🏫! Enjoy some ✨ fan art by **@delusioninabox** 👩‍🎨 and read the exclusive interview with Ember contributor **@pzuraq**! 💬
The **video** recordings of **EmberConf 2019** are now available! But first, read about the benefits of **volunteering at a tech conference** 💪, an RFC on **adding npm dependency lint** ✨, a new **`{{fn}}` Helper** RFC, **data loading** and **animation patterns** in your Ember app you don't wanna miss ⭐️ and tips on **mentoring** Ember developers 👩‍🏫! Enjoy some ✨ fan art by **@delusioninabox** 👩‍🎨 and read the exclusive interview with Ember contributor **@pzuraq**! 💬


---
Expand Down Expand Up @@ -61,6 +61,16 @@ You can learn about `ember-cli-dependency-lint` addon and how to resolve depende

---

## [`{{fn}}` Helper RFC 🎉](https://github.com/emberjs/rfcs/pull/470)

Also, checkout the `{{fn}}` Helper RFC opened by (@rtablada)[https://github.com/rtablada] that introduces clear argument passing for functions in templates.

The `{{fn}}` RFC should solve for some of the complexity and confusion around the current action helper. The new `{{fn}}` helper will take in a function and set of arguments that are partially applied to the function (with no need for build time private APIs), and context binding will be done using the @action decorator in classes.

For more on the detailed design of the proposal, including comparisons to the action helper/modifier and some alternatives [see the full RFC](https://github.com/emberjs/rfcs/pull/470).

---

## [Ember Makes Coding Feel So Good Comic](https://twitter.com/delusioninabox/status/1111468497782091779)

[@delusioninabox](https://github.com/delusioninabox) created a **comic** about being able to work with Ember again after a long time away. Like, **retweet**, or comment on the [post on Twitter](https://twitter.com/delusioninabox/status/1111468497782091779)!
Expand Down Expand Up @@ -117,4 +127,4 @@ That's another wrap! ✨

Be kind,

Chris Ng, Lisa Huang-North, Jessica Jordan, Isaac Lee, Danielle Adams, Amy Lam, Bradley Leftley and the Learning Team
Chris Ng, Lisa Huang-North, Jessica Jordan, Isaac Lee, Danielle Adams, Amy Lam, Bradley Leftley, Jared Galanis and the Learning Team

0 comments on commit bfba251

Please sign in to comment.