Read the blog on yieldable named blocks 📛, keep up to date on @use and Resources RFC 💡, ember-bootstrap Octane updates 🏎, and last, but not least, from Phorest: Ember is still a good decision in 2020! 🙌
A blog post by Balint Erdi (@balinterdi) goes through how Named Blocks allows us to have more than one block when invoking components using the angle-bracket syntax.
With the Yieldable Named Blocks RFC accepted and the ember-named-blocks-polyfill already implementing it, we can use yieldable named blocks in our Ember apps today. The blog goes through using the {{ opening_double_curly() }}yield to=""{{ closing_double_curly() }} syntax to implement multiple named blocks in a modal example.
Named blocks are useful anywhere where it makes sense to provide several "slots" that the user of the component can customize. Read the full post today on Balint’s blog!
kaliber5/ember-bootstrap v4.4 was recently released, continuing their incremental Octane rewrite. Tooltips and popovers have been refactored to Glimmer components.
For ember-bootstrap's 4.x cycle, the overarching goal is to incrementally rewrite all components to Glimmer components. The team is also aiming to replace all computed properties with tracked properties. These changes have been possible because all components were first refactored to tagless components. 🌟
Other highlights from ember-bootstrap 4.x include adding Embroider compatibility (including staticComponents) and dropping support for subclassing components. As a replacement, users can now build a component library on top of ember-bootstrap, in a change that improves the developer experience.
Tomek Nieżurawski (@tniezurawski) wrote abut how his company, Phorest, chose Ember in 2015...and that choice is still a good decision in 2020. Music to our ears! In the blog post, Tomek touches on some of the benefits of Ember:
Conventions
Don't have to reinvent the wheel
Stability
Ecosystem
Community
With Ember, some "limitations" and so-called conventions can save developers time. While the learning curve can be seen as steep, you won't experience decision paralysis as in other frameworks. Phorest found that Ember saved them a lot of time during their journey, allowing them to build high-quality software fast. Dive into the article to read more about Phorest's experience with Ember!
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! 🤞