This post is the fourth in a series on building an Ember application HTML-first. In this series, we're going to build the EmberConf schedule application from the ground up. Let's Go Components Pulling Out Data Airtable Time ← This post Cleaning Things Up Adding More Pages| Katz Got Your Tongue
I've been spending my time doing a lot of long-overdue work on Ember, Glimmer and the Handlebars parser. I figured I'd post a quick list of the work.| Katz Got Your Tongue
Ember's default test runner is unusual, and it's for a good reason. We believe that since your app runs in a browser, your tests should run in the browser. To debug a test, you should be able to pause the test and then directly inspect it using the dev tools. It's different, but in a good way!| Katz Got Your Tongue
The Polaris edition of Ember sheds Emberisms in favor of integrating directly with the JavaScript ecosystem. This post shows how you can directly use CSS modules in modern Ember applications.| Katz Got Your Tongue
What if you could put multiple "single-file components" into one file? Without JSX Spaghetti? Ember's| Katz Got Your Tongue
This post is the third in a series on building an Ember application HTML-first. In this series, we're going to build the EmberConf schedule application from the ground up. 1. Let's Go [https://yehudakatz.com/2020/03/25/ember-octane-lets-go/] 2. Components [https://yehudakatz.com/2020/03/26/ember-octane-components/] 3. Pulling| Katz Got Your Tongue