This week you can read about the Component Templates Co-location RFC ๐๏ธ, the story behind ember-model-select ๐, the launch of ember-intl-analyzer ๐, and EmberFest 2019 announced ๐ฉ๐ฐ!
@chancancode opened an RFC around placing the componentโs class and template in the same directory on the file system. The proposed change is to move the templates from being located at app/templates/components into the app/components directory, co-locating it with the componentโs JavaScript file.
This change provides component class/template coupling, a single source of truth for components, resolves deviations from route template conventions, and the lack of a single import. If you'd like to learn more, please take a look at RFC #481. Read, comment, and spread the word about it! ๐๏ธ
We can use ember-model-select to create a select dropdown that lets users (1) search for a model in Ember Data and (2) see an unlimited amount of data. @nickschot combined three popular addons to solve this problem: ember-power-select, ember-concurrency, and ember-infinity.
To learn more about @nickschot's motivation and solution behind ember-model-select, please check out his blog post. ๐
EmberFest will be held in Copenhagen this year, October 17-18! EmberFest is the European Community Ember Conference. Looking for updates on the latest and greatest in Ember and Glimmer? This is the place to be!ย
Check out the videos from EmberFest 2018 or follow @EmberFest on Twitter. Tickets are on sale now, and you can take advantage of early-bird pricing (limited availability). Hope to see you there!
Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readersโ Questions are just for you!
Submit your own short and sweet question under bit.ly/ask-ember-core. And donโt worry, there are no silly questions, we appreciate them all - promise! ๐ค