EmberConf 2019 - Anatomy of an Addon Ecosystem by Lisa Backer
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=aAB14PEDK2Q
EmberConf 2019 - Anatomy of an Addon Ecosystem by Lisa Backer
How do plugin-style addons actually work? Many of us have reaped the benefits of an Ember addon plugin approach, like with ember-service-worker and ember-cli-deploy.
These ecosystems utilize the build process to enable a plugin architecture requiring only configuration to implement powerful capabilities. But how, you ask?
We’ll do a technical deep dive into the mechanics of how the ember-service-worker ecosystem utilizes plugins. Along the way we’ll investigate the addon lifecycle and broccoli customizations. Finally we’ll touch on the unique problems of testing such addons.