Sunday, May 5, 2024
HomeJavaScriptThe Ember Occasions - Problem No. 90

The Ember Occasions – Problem No. 90


هيلو Emberistas! 🐹

This week has been tremendous busy with The Ember Occasions crew reporting from EmberConf 2019 in Portland Oregon! We’re sharing highlights from the convention with you 🐹, find out about Ember Octane ⛽️ in a collection of weblog posts 📖, learn and touch upon the brand new Bind Helper RFC 💖💪, and switch {{on}} the facility with a brand new {{On}} Modifier RFC 🔌.


This week EmberConf – the most important, annual Ember convention – passed off in Portland, Oregon, United States. Ember builders from all around the globe got here collectively to be taught extra in regards to the latest options of the framework, finest practices, case research and most significantly meet on-line Ember buddies.

The Ember Times Team 2019 and the Zoey mascot posing on stage behind the Ember logo and looking cool as ever 😎

Pictured are Jared Galanis, Melanie Sumner, Kenneth Larsen, L. Preston Sego III, Anne-Greeth Van Herwijnen as Zoey(!), Jessica Jordan, Jen Weber, Ryan Mark, Chris Ng, Amy Lam, and Ricardo “locks” Mendes. Not pictured: Robert Wagner, Alon Bukai, Edward Faulkner, Gaurav Munjal, Miguel Braga Gomes, and Sivakumar Kailasam. Many due to all of those of us for contributing to 3 or extra points prior to now yr! 💛

This yr’s keynote by Tom Dale and Yehuda Katz featured a number of perception into the current and way forward for Ember and the official announcement for the Version Preview of Ember Octane. Wanna be taught extra about Ember Octane and the unique RFC (Request for Feedback)? Be sure you try the Ember Octane Version web site and skim all about it!

Additionally The Ember Occasions will notify you, as quickly as the total recordings of the convention classes are on-line, so make sure to keep tuned and if you have not achieved so, subscribe at this time!


If you have not seen them already, you will not need to miss the wonderful 🎉 and in-depth weblog posts 📖 that @pzuraq has been placing out overlaying lots of the new options of Ember Octane!

It is a 5 half collection overlaying Native Courses and Decorators, Angle Brackets & Named Arguments, Tracked Properties, Aspect Modifiers and Glimmer Elements, all damaged out into separate weblog posts.

Discover all of the components on the Ember.js Weblog: half 1, half 2, half 3, half 4 and half 5.

✨ Bonus ✨ additionally checkout a current interview of @pzuraq on the EmberMap podcast, the place he discusses many of those subjects with the EmberMap crew.


Contemporary off EmberConf, @rtablada opened a brand new RFC that introduces a brand new helper bind to permit clear argument and context scope binding for capabilities handed in templates.

The thought is for the bind helper to soak up a perform after which the set of arguments that might be partially utilized to the perform, just like the JavaScript bind methodology.

Try the full RFC on GitHub!


A brand new RFC has been proposed by @pzuraq that proposes including a brand new {{on}} modifier to Ember. This modifier will enable including occasion listeners to components in your templates.

You is likely to be considering, “Hey Ember Occasions Author, we have already got these! We’ve the {{motion}} ingredient modifier and on*= property bindings.” Nonetheless these have a few downsides which can be mounted with the {{on}} modifier.

The {{on}} modifier will explicitly add occasion listeners utilizing the addEventListener API. It’s based mostly on the addon ember-on-modifier by @buschtoens.

An instance: The next usages are equal:

<div {{on "click on" this.handleClick passive=true}}></div>
ingredient.addEventListener('click on', this.handleClick, { passive: true });

So get your modify on at this time and make your voice heard on the open RFC.


This week we might wish to thank @chancancode, @shawnren, @locks, @habdelra, @DingoEatingFuzz, @rwjblue, @mschinis, @HeroicEric, @gabz75, @robustdj, @GavinJoyce, @amyrlam, @NullVoxPopuli, @toddjordan, @wycats, @MelSumner, @dherault, @acorncom, @courajs, @ultrasaurus, @Charizard, @richard-viney, @mansona, @mixonic, @mike-north, @pzuraq and @rbarbey for his or her contributions to Ember and associated repositories! 💖


Office Hours Tomster Mascot

Questioning about one thing associated to Ember, Ember Information, Glimmer, or addons within the Ember ecosystem, however do not know the place to ask? Readers’ Questions are only for you!

Submit your individual brief and candy query underneath bit.ly/ask-ember-core. And don’t fear, there aren’t any foolish questions, we respect all of them – promise! 🤞


Wish to write for the Ember Occasions? Have a suggestion for subsequent week’s subject? Be a part of us at #support-ember-times on the Ember Neighborhood Discord or ping us @embertimes on Twitter.

Carry on prime of what is been occurring in Emberland this week by subscribing to our e-mail e-newsletter! You can too discover our posts on the Ember weblog.


That is one other wrap! ✨

Be variety,

Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, Alon Bukai, Jared Galanis, and the Studying Workforce



RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments