The Ember Times - Issue No. 85

こんにちは Emberistas! 🐹

In this week's issue: watch the Ember.js Documentary 🍿, check out the Ember.js core team panel 📹, there's a big update to the guides 📐, a new RFC to deprecate computed().meta() 🚀, and we have an exclusive interview with Ember contributor Lisa Backer! 🎉


Ember.js: The Documentary is Now Released! 🍿

JavaScript was not always the dominant force in the web. Today a lot of SPA features we see around the web were pioneered by Ember. Explore the story of why and how Ember.js came to be in Ember.js: The Documentary!

Here are a couple of quick snippets from the film. Tom Dale said:

JavaScript frameworks don’t have to be disposable software. Web applications don’t have to be disposable software. You don’t need to tell your manager we need to stop writing any new features for the next 6 months because it’s been 2 years and we need to rewrite – Ember is a symbol of the fact that that is a false dichotomy.

Yahuda Katz said:

I really hope the best of Ember is ahead because I think front end engineering needs it … needs an example of something that is not trying to tell people that when something goes wrong it’s their own fault. So like something that tells you if you’re a beginner like this is for you.

Check out the full documentary featuring @wycats, @tomdale, @wifelette, @GavinJoyce, @balinterdi, @MelSumner, @jessica-jordan and other members of the community on YouTube!


Ember.js Core Panel, Boston Meetup 📹

At the January Boston Ember.js Meetup members of the Ember.js core team got together for a panel on the future of JavaScript.

Team members Tom Dale, Robert Jackson, Edward Faulkner, Dan Gebhardt and Jen Weber discussed their picks for the most exciting future developments in JavaScript and their impact on the web and the Ember.js ecosystem, followed by a super interesting Q&A. Topics included web assembly and it's effect on mobile web application performance, web workers, decorators, learning stories and more! ✨

Check out the entire archived live stream featuring @tomdale, @rwjblue, @ef4, @dgeb and @jenweber.


Guides From a Different Angle 📐

A new version of the Ember guides has been deployed, and it contains some exciting surprises. First of all, the guides-source and guides-app repositories have become one repository. This makes it so much more convenient to maintain and contribute. It also now uses the Guidemaker technology which means that CLI-guides and the Ember guides are using the same tech.

And now for the big surprise: The newly deployed guides now contains angle bracket invocation syntax. So, if you're looking to use angle bracket invocation syntax in your Ember application, the guides are the place to look for help.


Farewell, computed().meta() 👋

Following the deprecation of other modifier functions of computed properties in the past (1, 2), a new Request for Comments (RFC) proposes the deprecation of the meta() modifier.

The once useful function for sharing and looking up meta information through a cp, can now be substituted by using WeakMaps - making the deprecation of computed().meta() possible as proposed in the RFC.

You can read more about the suggested transition path in the full proposal. And as always, don't forget to comment, too!


"I contribute to Ember" with Lisa Backer ✍️

Lisa Backer

In our 6th edition of the contributor interview series community member Lisa Backer, also known as @eshtadc talks about her work on ember-service-worker, public speaking, the things that make open-source so valuable and why anyone in the community can be an expert who has important insights to share.

You can read the full interview on the Ember Forum.

Read more


Contributors' Corner 👏

This week we'd like to thank @jenweber, @optikalefx, @prasannavijayan, @samselikoff, @patocallaghan, @mansona, @efx, @locks, @jaredgalanis, @ppcano, @jrjohnson, @pzuraq, @simonihmig, @bekzod, @kennethlarsen, @MinThaMie, @jessica-jordan, @chrisrng, @acorncom, @xg-wang, @bbarkley and @tomdale for their contributions to Ember and related repositories! 💖


Got a Question? Ask Readers' Questions! 🤓

Office Hours Tomster Mascot

Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readers’ Questions are just for you!

Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🤞


#embertimes 📰

Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at #support-ember-times on the Ember Community Discord or ping us @embertimes on Twitter.

Keep on top of what's been going on in Emberland this week by subscribing to our e-mail newsletter! You can also find our posts on the Ember blog.


That's another wrap! ✨

Be kind,

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