From 54ed2dbfef04cec1855dacc7125cf244a49de644 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 24 Oct 2018 20:32:04 -0700 Subject: [PATCH 1/2] Copy edits etc to issue --- source/blog/2018-10-26-the-ember-times-issue-70.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/blog/2018-10-26-the-ember-times-issue-70.md b/source/blog/2018-10-26-the-ember-times-issue-70.md index 2dcbee8b01..576d083f9d 100644 --- a/source/blog/2018-10-26-the-ember-times-issue-70.md +++ b/source/blog/2018-10-26-the-ember-times-issue-70.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 70 -author: Chris Ng, Jessica Jordan +author: Jen Weber, Chris Ng, Jessica Jordan tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/10/26-the-ember-times-issue-70.html" responsive: true @@ -8,7 +8,7 @@ responsive: true Emberistas! 🐹 -More convenient **transitions** through your Ember apps with the **new Router Helpers & Element Modifiers RFC**, artisan ☕️ deprecations for **setting** your **component managers**, +An Ember standard for i18n 🌍, more convenient **transitions** through your Ember apps with the **new Router Helpers & Element Modifiers RFC**, artisan ☕️ deprecations for **setting** your **component managers**, an exciting new Readers' Question 🤔 on the future of controllers --- @@ -75,9 +75,9 @@ Read all about the motivation behind this deprecation in the [hand-crafted RFC o --- -## [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) +## [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) -Ah, the age old question, "What is the future of controllers? When is it a good time to use them in a modern Ember app?" Jen Weber tackles this topic with some help from Framework Core Team member Edward Faulkner. TLDR: do use them, don't lose any sleep over them, and help us decide their future. See this [Ember Discuss post](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) for the article and conversation! +Ah, the age old question: "What is the future of controllers? When is it a good time to use them in a modern Ember app?" [@jenweber](https://github.com/jenweber) tackles this topic with some help from Framework Core Team member [@ef4](https://github.com/ef4). TLDR: do use them, don't lose any sleep over them, and help us decide their future. See this [Ember Discuss post](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) for the article and conversation! --- @@ -114,4 +114,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, and the Learning Team +Jen Weber, Chris Ng, Jessica Jordan, and the Learning Team From d7cadff6c988308e56349d8a82976a5ecc40eeba Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 24 Oct 2018 21:02:07 -0700 Subject: [PATCH 2/2] Add GraphQL writeup --- source/blog/2018-10-26-the-ember-times-issue-70.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-10-26-the-ember-times-issue-70.md b/source/blog/2018-10-26-the-ember-times-issue-70.md index 576d083f9d..4811f0d93d 100644 --- a/source/blog/2018-10-26-the-ember-times-issue-70.md +++ b/source/blog/2018-10-26-the-ember-times-issue-70.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 70 -author: Jen Weber, Chris Ng, Jessica Jordan +author: Jen Weber, Chris Ng, Amy Lam, Jessica Jordan tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/10/26-the-ember-times-issue-70.html" responsive: true @@ -8,7 +8,7 @@ responsive: true Emberistas! 🐹 -An Ember standard for i18n 🌍, more convenient **transitions** through your Ember apps with the **new Router Helpers & Element Modifiers RFC**, artisan ☕️ deprecations for **setting** your **component managers**, an exciting new Readers' Question 🤔 on the future of controllers +An Ember standard for i18n 🌍, more convenient **transitions** through your Ember apps with the **new Router Helpers & Element Modifiers RFC**, artisan ☕️ deprecations for **setting** your **component managers**, an exciting new Readers' Question 🤔 on the future of controllers, using GraphQL in Ember 💥, and more. --- @@ -50,7 +50,9 @@ Read all about the motivation behind this deprecation in the [hand-crafted RFC o --- -## [SECTION TITLE](#section-url) +## [No Graph Theory Required: Ember and GraphQL in Practice ⚡️](https://medium.com/kloeckner-i/ember-and-graphql-8aa15f7a2554) + +Following his [EmberFest](https://emberfest.eu/schedule/#rocky-neurock) talk with [@chadian](https://github.com/chadian), [@jneurock](https://github.com/jneurock) blogged about their experience with GraphQL in Ember. If you are struggling with JSON API, or thinking about GraphQL, this article should give you an understanding of how to get started. They even created an [example repo](https://github.com/chadian/ember-graphql-examples) that includes an Ember app demonstrating GraphQL integration with four different clients. Check out the [article](https://medium.com/kloeckner-i/ember-and-graphql-8aa15f7a2554) and the [GraphQL website](https://graphql.org/learn/) to learn more! --- @@ -114,4 +116,4 @@ That's another wrap! ✨ Be kind, -Jen Weber, Chris Ng, Jessica Jordan, and the Learning Team +Jen Weber, Chris Ng, Amy Lam, Jessica Jordan, and the Learning Team