Back to resources

The road from Ember classic to Glimmer components

Published
March 25, 2023
Author
Ignace Maes
Type
Article
View resource
In late 2019, the Ember.js Octane edition was released which included a new way of writing components: Glimmer components. Components now extend the component class from the Glimmer package instead of Ember. Besides this minor difference in importing there’s a large difference in functionality. This article will go over the differences, reasons why you would want to upgrade, and an upgrade strategy to tackle this in large codebases.

Tags

Octane

Related resources