Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3746 from emberjs/kennethlarsen-patch-1
Browse files Browse the repository at this point in the history
Add section on new RFC
  • Loading branch information
jayjayjpg authored Dec 21, 2018
2 parents acc6549 + 58d5d5e commit cb2ac8f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions source/blog/2018-12-21-the-ember-times-issue-78.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: The Ember Times - Issue No. 78
author: Chris Ng, Robert Wagner, Amy Lam, Ryan Mark, Jessica Jordan
author: Chris Ng, Robert Wagner, Amy Lam, Ryan Mark, Jessica Jordan, Kenneth Larsen
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018
alias : "blog/2018/12/21-the-ember-times-issue-78.html"
responsive: true
---

مرحبا Emberistas! 🐹

<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>Find out what's new in Ember Inspector and Extensible Ember Inspector 👨‍💻, read about the Glimmer Components RFC ✨, register for EmberConf 2019 📆, ...!
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>Find out what's new in Ember Inspector and Extensible Ember Inspector 👨‍💻, read about the Glimmer Components RFC ✨, register for EmberConf 2019 📆, New RFC on Render Element Modifiers 🔨...!

---

Expand Down Expand Up @@ -53,7 +53,7 @@ Glimmer components aim to eliminate confusion with classic components, by aligni

**Immutable Arguments** for the `this.args` object, as mentioned above, which will normalize the way the data flows through the app. This will also promote the usage of the `{{@arg}}` syntax – which refers directly to the arguments passed into the invocation of the component – when appropriate since it is more predictable in nature.

<!--alex ignore nuts-->
<!--alex ignore hooks nuts-->
**Minimal Classes** where Glimmer components won’t have any element/DOM based properties, hooks, event handler functions (which are provided instead by element modifiers) in order to reduce the mental model and enable users to be productive out of the box.

Read and comment on the [full RFC on GitHub](https://github.com/emberjs/rfcs/pull/416).
Expand All @@ -80,6 +80,15 @@ We're particularly excited about [Inclusiveness at EmberConf](https://emberconf.

---

## [New RFC: Render Element Modifiers 🔨](https://github.com/emberjs/rfcs/pull/415)

<!--alex ignore hooks-->
A new [RFC](https://github.com/pzuraq/emberjs-rfcs/blob/render-element-modifiers/text/0000-render-element-modifiers.md) is out by [pzuraq](https://github.com/pzuraq) and it’s quite amazing. It proposes adding two new generic element modifiers, `{{did-render}}` and `{{will-destroy}}`, which users can use to run code during the most common phases of any element's lifecycle. If you’ve ever used any of the component hooks such as `didInsertElement` or `didRender ` this will most likely be quite handy for you since we can focus on the setup and teardown code without worrying about the overall lifecycle.

The [RFC](https://github.com/pzuraq/emberjs-rfcs/blob/render-element-modifiers/text/0000-render-element-modifiers.md) is very detailed and has a lot of helpful code examples. Remember to leave your thoughts as a comment.

---

## [The Ember Mentorship Program 👨‍🎓👩‍🎓](https://www.emberjs.com/blog/2018/12/17/mentorship-program.html)

This week the new **Ember Mentorship Program** [has been officially announced](https://www.emberjs.com/blog/2018/12/17/mentorship-program.html)!
Expand Down Expand Up @@ -147,4 +156,4 @@ That's another wrap! ✨

Be kind,

Chris Ng, Robert Wagner, Amy Lam, Ryan Mark, Jessica Jordan and the Learning Team
Chris Ng, Robert Wagner, Amy Lam, Ryan Mark, Jessica Jordan, Kenneth Larsen and the Learning Team

0 comments on commit cb2ac8f

Please sign in to comment.