Sunday, May 12, 2024
HomeJavaScriptThe Ember Occasions - Problem No. 154

The Ember Occasions – Problem No. 154


👋 Emberistas! 🐹

Take a look at the brand new addon ember-stargate 🌟,
a brand new addon to combine Netlify CMS with empress-blog 🎉,
study to SEOptimize your Ember app 💪 ✨,
and final, however not least, a Readers’ Query on the way to turn into a author for The Ember Occasions 📝!


Simon Ihmig (@simonihmig) introduced a brand new addon referred to as ember-stargate – a contemporary and light-weight tackle portals in Ember.

“Portals” are a method to render issues in a distinct place of the DOM tree than they’re logically outlined within the app. There are a variety of present options within the Ember ecosystem for a similar downside resembling ember-wormhole, ember-elsewhere, the native {{in-element}} (beforehand utilizing the ember-in-element-polyfill).

The ember-stargate addon goals to resolve this downside with out utilizing personal APIs, Ember’s part helper, or having to leap by way of hoops to implement. All it’s good to make a portal work is to outline the content material that ought to be despatched by way of the portal utilizing <Portal @goal="some-target">, and the goal – recognized by its identify – the place it ought to be rendered to utilizing <PortalTarget @identify="some-target">.

For instance, suppose you wish to replace the footer in software.hbs from a toddler route:

Route:

<Portal @goal="footer-title">Step 1</Portal>

Utility:

{{outlet}}

<footer class="sticky-footer">
  <PortalTarget @identify="footer-title" class="sticky-footer__title" />
</footer>

Learn extra and check out it out at kaliber5/ember-stargate!


Integrating Netlify-CMS with Empress-blog is now tremendous straightforward due to Robin Philip Thomas (@MalayaliRobz)! ✨✨✨ Simply set up the empress-blog-netlify-cms addon to your empress-blog undertaking and allow Identification in netlify – your CMS is now prepared! 🎉

You’ll be able to try the main points of this thrilling new addon within the GitHub repo.

You’ll want to give empress-blog-netlify-cms a spin when you’re fascinated about utilizing Netlify-CMS and have been inquisitive about empress-blog.


Ensuring that your software is search engine optimized (Search engine optimization) is essential to enhance the quanitity and the standard of its site visitors derived from natural search engine outcomes. And this week you may study all about the way to make your individual Ember app Search engine optimization-proof, too!

Within the third installment of his weblog collection “Ember Efficiency Tweaks”, Ember Chennai organizer and blogger Abhilash L R (@abhilashlr) reveals us how we will put together our Ember apps for serps utilizing meta descriptions, title tags, Prember and far more!

Learn the full put up on Abhilash’s private weblog right now!


The Ember Occasions is made up of volunteers. We’re at all times searching for extra assist! 🙂 This week, we bought to reply a query that will have been in your thoughts (or, hopefully, beginning right now):

How can I turn into a author for The Ember Occasions sooner or later?

Learn extra

Isaac Lee (@ijlee2), primarily based on his expertise, shared 3 steps to turning into a author. Discover out right now how one can begin contributing as an Ember Occasions author!


This week we would wish to thank @erinsinger93, @runspired, @rajasegar, @bmish, @rwjblue, @jaydgruber, @amyrlam, @richgt, @locks, @igorT, @pzuraq, @chrc, @snewcomer, @ijlee2, @hergaiety, @chrisrng, @jaredgalanis, @nickschot, @chancancode, @ChazJensen, @jenweber and @roderickdevelopers for his or her contributions to Ember and associated repositories! 💖


Office Hours Tomster Mascot

Questioning about one thing associated to Ember, Ember Knowledge, 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 beneath bit.ly/ask-ember-core. And don’t fear, there are not any foolish questions, we recognize all of them – promise! 🤞

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

Carry on high 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, Isaac Lee, Jessica Jordan, Jared Galanis, Amy Lam and the Studying Staff



RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments