-
Ember 3.13 Released (Octane Preview)
The Ember Octane preview is finally available! This releases allows developers to start using stable features and help put the final round of polish on supporting tools and documentation before Octane becomes official in 3.14.
-
Ember.js v3.13.3 released
[BUGFIX] Prevents observer re-entry.
-
Ember CLI v3.13.1 released
Reading
View moreWatch & Listen
-
Gavin Joyce - Ember Octane Livestream: Build a drum machine
In this livestream, Gavin builds a drum machine with Ember Octane.
-
EmberMap Podcast - Imports are not code – they're declarations
Sam and Ryan talk about a confusing situation where moving code into an ES module changed the execution order of a program. They also talk about conflicting advice over whether React's useEffect is appropriate for writing data, and chat about PostCSS, Tailwind and build tools.
-
EmberMap Podcast - Does technology get popular for the right reasons?
Sam and Ryan chat about how much popularity matters when it comes to choosing and recommending technology, as well as whether a tool is responsible for its users' success or failure with it. They also talk about REST and GraphQL.
-
EmberMap Podcast - Server-side state means global resource identity
Sam and Ryan chat about building a Vue app with Mirage, and how quickly they ran into a need for a global resource store. They also talk about their recent work on Mirage JS and discuss an Ember NYC talk about how compilers enable abstractions.
-
Gavin Joyce JSDayIE 2019 - The evolution of Ember.js at Intercom
Gavin Joyce shares how Intercom has grown from 3 to 200+ engineers contributing to their Ember app, how their codebase continues to get better over time, why they would choose Ember again, and why he is confident that Intercom's web app will be the same Ember app in 5 years time.
-
Ember NYC September 2019 - Octane, Blockchain & Concurrency, Compiling Ember
Chris Garrett, Hassan Abdel-Rahman, and Ed Faulkner share their talks at the September Ember NYC meetup.
-
Lisa Backer - Mocks, Spies, and Timers - Oh My! | EmberCamp Chicago 2019
Lisa explores the core concepts of mocks, spies, stubs, and timers and explains how to leverage existing libraries like Sinon.js, Pretender.js, and ember-cli-mirage to make your test suite more stable and reliable.
-
Olivia Liddell - Closing Keynote: Redefining Risk Taking | EmberCamp Chicago 2019
Olivia Liddell shares the closing keynote at EmberCamp Chicago 2019.
-
Spencer Price - Modifiers: the Good and the Camp | EmberCamp Chicago 2019
In this talk, Spencer explores a number of use cases for element modifiers in Ember Octane and how to model them.
-
Jen Weber, Preston Sego - May I ask a question, LIVE! | EmberCamp Chicago 2019
Join Jen and Preston as they livestream Ember Q&A from the Stack Overflow, the Discuss Forums, and the audience at EmberCamp Chicago 2019.
-
James Steinbach - Content Choreography: Meaningful Motion in Ember Apps | EmberCamp Chicago 2019
Avoiding the weeds with addons, JS libraries, or CSS framework, James demonstrates the ways that animation in Ember.js can aid your users and shows practical UI examples.
-
Matt Gardner - Navigating Towards Stronger App Architecture Using Maps | EmberCamp Chicago 2019
Matt discusses the latest mapping technology and approaches to building better components - map-based or otherwise at EmberCamp Chicago 2019.
-
Jessica Jordan - Steady State with Ember Octane | EmberCamp Chicago 2019
In this talk, Jessica teaches how arguments, decorators and tracked properties make state management of your components built in Ember Octane easier than ever before.
-
Dan Gebhardt - Worker Power! | EmberCamp Chicago 2019
Dan explores the different types of workers, including service workers and shared workers, and how to make the most of them in your Ember applications.
-
Edward Faulkner - Compiling Ember | EmberCamp Chicago 2019
Edward presents a practical tour through the Embroider build system that also teaches compiler concepts along the way at EmberCamp Chicago 2019.
-
Sean Devine - Build One Get Two: Guide For When To Leverage Corber | EmberCamp Chicago 2019
Sean shares his talk on why building a hybrid, mobile-first app is usually the mature choice at EmberCamp Chicago 2019.
-
Marie Chatfield - Don’t Just Put a "div" On It: Use the Power of the Browser | EmberCamp Chicago 2019
In this talk, Marie shows specific HTML elements to use in different scenarios and how to wield the full power of the HTML spec to write less code while making your pages more accessible and mobile-friendly.
-
Heroku Code[ish] - Organizing a Memorable Tech Conference
Leah Silber shares all the little things that make a big difference in ensuring that conference attendees feel appreciated, valued, and free to have a good time.
-
JavaScript Jabber 395: The New Ember with Mike North
Mike North and the JavaScript Jabber panel talk about the upcoming Ember update.
Code
Ember CLI Mirage
A client-side server to help you build, test and demo your Ember app
Learn More@Amcharts/Amcharts4 Ember
Ember add-on for AmCharts V4
Learn More@Ember/Test Helpers
Helpers for testing Ember.js applications
Learn MoreEmber Concurrency
Improved concurrency/async primitives for Ember.js
Learn MoreEmber CLI Fastboot Testing
Test your FastBoot-rendered HTML alongside your application's tests.
Learn MoreEslint Plugin Ember
Eslint plugin for Ember.js apps
Learn MoreEmber Apollo Client
An ember-cli addon for the Apollo GraphQL Client.
Learn MoreEmber Quine
Ember addon to build apps as self contained HTML files.
Learn MoreEmber Sortable
Sortable UI primitives for Ember.
Learn MoreEmber Modifier
A library for writing Ember modifiers.
Learn MoreEmber Body Class
Easily add CSS classes to the body, including route names and loading/error states.
Learn MoreEmber Component Jquery
Codemod to migrate 'Classic' Ember Component code from using `this.$()` to use global jQuery.
Learn MoreEmber Add Listener Helper
Easily and safely use `@ember/object/events` via a template helper.
Learn MoreEmber Fill Up
Make use of element queries in your Ember apps.
Learn MoreEmber CLI Htmlbars
A library for adding htmlbars to ember CLI
Learn More