Making your dynamic Ember components work with Embroider
Embroider is the future for building Ember apps. It unlocks features like splitting code per route by statically analyzing your codebase and dependencies. But what if you are using an addon that relies on dynamic components? This blog post will outline how we converted ember-promise-modals to be compatible with Embroider's route-splitting feature. ember-promise-modals is an Ember addon that allows you to dynamically render modals from your javascript code.
March 17, 2022