When you have multiple Ember Apps living under the same brand, there are some inevitable duplications. We'll look at a few techniques about how to start refactoring these into a single addon to DRY up dependencies, assets, and components across multiple apps.
- SASS Libraries (e.g. bootstrap)
- Head Assets (e.g. fonts)
- Common assets (e.g. images)
- Common components (e.g. login screens)
I like this one. We got a lot of value from the abstractions here.