ember-octane-vs-classic-cheat-sheet
ember-octane-vs-classic-cheat-sheet copied to clipboard
A cheat sheet for converting classic Ember app to Octane
One need I have occasionally had in converting our Classic apps to Octane is to get a reference to the main element of my component. I have been using [ember-ref-modifier](https://github.com/lifeart/ember-ref-modifier)...
In my refactoring-to-Octane journey, one pivotal moment was finding that [@pzuraq's macro-decorators project](https://pzuraq.github.io/macro-decorators/) often gave me a one-to-one mapping for converting computed property macros in an expressive and terse way....
@jenweber Need more clarification on what we are talking about. Would be helpful to create PRs for the same. https://github.com/jenweber/ember-octane-vs-classic-cheat-sheet/blob/506561b9487c280b8334769262839a78110b7c9c/index.html#L314
In https://github.com/ember-learn/ember-octane-vs-classic-cheat-sheet/pull/112 we introduced the tooling needed to show both TypeScript and JS examples in the cheatsheet. Here's what we need to do next to get those examples available to...