From a2fec2237c512db0ba4d5a3f8fd7408ce8c6b188 Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Fri, 10 Jan 2020 21:51:23 +0100 Subject: [PATCH 1/4] Update 2020-01-10-the-ember-times-issue-130.md --- source/2020-01-10-the-ember-times-issue-130.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/source/2020-01-10-the-ember-times-issue-130.md b/source/2020-01-10-the-ember-times-issue-130.md index 3ad7b4ef9..9afeb07c6 100644 --- a/source/2020-01-10-the-ember-times-issue-130.md +++ b/source/2020-01-10-the-ember-times-issue-130.md @@ -11,9 +11,15 @@ Happy New Year, Emberistas! 🐹 This week, we have an **Ember Octane Special Edition** for you! +In this special we would like to tell you as much as possible about this new Ember edition. So throughout this post you will find useful information to help you get the most out of Ember Octane. + +> Octane is modern Ember, and I’m psyched that we got it over the finish line. Have fun building apps! ~ _Yehuda Katz [(@wycats)](https://github.com/wycats)_ + +What is the Octane Edition? πŸ™‹β€β™€οΈπŸ™‹β€β™‚οΈ, +Community Feedback from Outdoorsy πŸ‘, How to migrate to Ember Octane πŸΉπŸ—οΈ, -Conquer Octane with The Ember Atlas πŸ—ΊπŸŒ -Octane at EmberConf 2020, +Conquer Octane with The Ember Atlas πŸ—ΊπŸŒ, +Octane at EmberConf 2020 πŸ“’, Where can I learn more πŸ€“ READMORE @@ -111,6 +117,9 @@ If you need help along the way, visit the [Ember Community chat and forums](http --- + +> Ember’s staying power comes from the energy and dedication of our community, and the Octane release is a great example of how the community can come together, agree on a plan, and execute to a high-level of polish. ~ _Edward Faulkner [(@ef4)](https://github.com/ef4)_ + ## [The Ember Atlas πŸ—Ί](http://emberatlas.com) The Ember Atlas is an unofficial resource for Ember curated by various people in the Ember Community. It includes best practices, upgrade guides and more! The Ember Atlas is built to be a Wiki for Ember for various content that isn't in the guides yet or won't ever make it in. @@ -159,6 +168,8 @@ It’s also a nice place to meet up with your Ember-friends and learn about many --- +> I'm excited because I think Octane is easier to teach. ~ _Jen Weber [(@jenweber)](https://github.com/jenweber)_ + ## [Where Can I Learn More? πŸ€“](https://guides.emberjs.com/release/) If you want to try out Ember Octane, you might want to learn more about the new APIs and best practices for @@ -187,6 +198,9 @@ building modern Ember apps. In this regard we highly recommend the following lea - [Rewriting Apps in Ember Octane](https://crunchingnumbers.live/2019/12/23/rewriting-apps-in-ember-octane/) by [Isaac Lee (@ijlee2)](https://github.com/ijlee2) - [The Ember Octane vs. Classic Ember Cheat Sheet](https://ember-learn.github.io/ember-octane-vs-classic-cheat-sheet/) + +> Octane provides a very gentle on-ramp and lets you learn and grow into the framework as the needs arise in your app ... I’m excited to see all of theses pieces coming together and finally ready to teach the version of ember we had envisioned. Check out the new tutorial to see the difference for yourself! ~ _Godfrey Chan [(@chancancode)](https://github.com/chancancode)_ + --- ## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/) From c587ebaf454e39fca11b260edab5d4f63a1f8fc9 Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Fri, 10 Jan 2020 22:11:11 +0100 Subject: [PATCH 2/4] Update source/2020-01-10-the-ember-times-issue-130.md Co-Authored-By: Chris Ng --- source/2020-01-10-the-ember-times-issue-130.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/2020-01-10-the-ember-times-issue-130.md b/source/2020-01-10-the-ember-times-issue-130.md index 9afeb07c6..3b2c48887 100644 --- a/source/2020-01-10-the-ember-times-issue-130.md +++ b/source/2020-01-10-the-ember-times-issue-130.md @@ -11,6 +11,7 @@ Happy New Year, Emberistas! 🐹 This week, we have an **Ember Octane Special Edition** for you! + In this special we would like to tell you as much as possible about this new Ember edition. So throughout this post you will find useful information to help you get the most out of Ember Octane. > Octane is modern Ember, and I’m psyched that we got it over the finish line. Have fun building apps! ~ _Yehuda Katz [(@wycats)](https://github.com/wycats)_ From 20828f7ef088e3ecf4924dfeadb4e33dceeb3572 Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Fri, 10 Jan 2020 22:53:54 +0100 Subject: [PATCH 3/4] Update source/2020-01-10-the-ember-times-issue-130.md Co-Authored-By: Jessica Jordan --- source/2020-01-10-the-ember-times-issue-130.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2020-01-10-the-ember-times-issue-130.md b/source/2020-01-10-the-ember-times-issue-130.md index 3b2c48887..21e746947 100644 --- a/source/2020-01-10-the-ember-times-issue-130.md +++ b/source/2020-01-10-the-ember-times-issue-130.md @@ -169,7 +169,7 @@ It’s also a nice place to meet up with your Ember-friends and learn about many --- -> I'm excited because I think Octane is easier to teach. ~ _Jen Weber [(@jenweber)](https://github.com/jenweber)_ +> I'm excited because I think Octane is easier to teach. That's great for both companies who hire non-Ember developers and for self-motivated beginners. With ember-auto-import in the app by default, Ember also plays nice with the broader JavaScript ecosystem. You can npm install the libraries you like, and they work without extra effort. ~ _Jen Weber [(@jenweber)](https://github.com/jenweber)_ ## [Where Can I Learn More? πŸ€“](https://guides.emberjs.com/release/) From 29ff5923cd2e1894500ea91d405c3854c9b5f40e Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Fri, 10 Jan 2020 22:54:01 +0100 Subject: [PATCH 4/4] Update source/2020-01-10-the-ember-times-issue-130.md Co-Authored-By: Jessica Jordan --- source/2020-01-10-the-ember-times-issue-130.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2020-01-10-the-ember-times-issue-130.md b/source/2020-01-10-the-ember-times-issue-130.md index 21e746947..3cb628dd1 100644 --- a/source/2020-01-10-the-ember-times-issue-130.md +++ b/source/2020-01-10-the-ember-times-issue-130.md @@ -200,7 +200,7 @@ building modern Ember apps. In this regard we highly recommend the following lea - [The Ember Octane vs. Classic Ember Cheat Sheet](https://ember-learn.github.io/ember-octane-vs-classic-cheat-sheet/) -> Octane provides a very gentle on-ramp and lets you learn and grow into the framework as the needs arise in your app ... I’m excited to see all of theses pieces coming together and finally ready to teach the version of ember we had envisioned. Check out the new tutorial to see the difference for yourself! ~ _Godfrey Chan [(@chancancode)](https://github.com/chancancode)_ +> Octane provides a very gentle on-ramp and lets you learn and grow into the framework as the needs arise in your app. You start with HTML templates, then extract pieces into template-only components for clarity, add arguments for reusability, add a js class to add behavior, add a service for shared functionalities, install an addon for more cool stuff, etc. I’m excited to see all of theses pieces coming together and finally ready to teach the version of ember we had envisioned. Check out the new tutorial to see the difference for yourself! ~ _Godfrey Chan [(@chancancode)](https://github.com/chancancode)_ ---