This week: learn how to use Sentry to track production errors π, get your new hires off to the best start π, learn about the newest β and hopefully last! β way to handle events in Ember with the {{ opening_double_curly() }}on{{ closing_double_curly() }} Modifier π, a cheat sheet for modern Ember components β¨, find out how to create static sites with Prember and Ember Data π₯,
Sentry is an open-source error tracking tool that helps you monitor and fix production errors in your Ember app. In 2018, Sentry announced a new SDK for browsers, called @sentry/browser.
To help you get started, @Turbo87 published a blog post. 𧑠In particular, you can learn how to:
migrate from ember-cli-sentry addon to the official @sentry/browser
@jenweber wrote an awesome blog post on how to hire and train new developers. She provided 10 great tips on how you can help solve the pain points of hiring and training for your company. If you are in charge of hiring new people or if you have a new colleague in your team, this is definitely a nice piece to get some new ideas about your onboarding process.
If you have started a new job, this post is also for you! We encourage you to think about how you want to be trained and how you can contribute to your team's onboarding process.
The action modifier is the original way events were handled in Ember. The new {{ opening_double_curly() }}on{{ closing_double_curly() }} modifier that was introduced this year to address some shortcomings of the action modifier such as being explicit, working consistently for all events, and works well in SSR.
One way the {{ opening_double_curly() }}on{{ closing_double_curly() }} modifier deviates from the action helper is that it will only be responsible for adding (and removing) event listeners using the addEventListener API. The action helper is still needed to bind context, see below.
On the road to the release of Ember Octane, lots of modern component features are already available with recent Ember releases. If you want to keep track of which features are already available with a particular 3.x version of Ember, check out the ultimate Ember Component Cheat Sheet.
Prember is an addon that works in tandem with Fastboot. It allows you to serve your app statically and reap the benefits of fast first-paint and SEO!
@Gaurav0 recently published his notes on using Prember with Ember Data. You will find how to set up Prember and Fastboot shoebox, as well as some data challenges that you may encounter along the way. See how Prember can help you today!
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! π€