Gonna try to keep this list up to date best I can
MSW
CSS / Styles
Component/Template Demos / Concepts
- In this other post
- Effects
- Loading Remote Data
- Forms / Inputs
Resources
- Modifiers via the ember-modifier README -- probably the most comprehensive introduction to modifiers atm.
Patterns / Concepts
- "Keep it Local" by @chriskrycho / EmberConf 2021 (Video)
- re-thinking lifecycles
- avoiding
@ember/render-modifiers
- Authenticated Routes
Starter Repos / Apps (needs READMEs / instructions for tooling setup)
- Polaris
- Polaris + Toucan (Polaris + tailwind, using the Toucan design system tailwind preset)
- Vite - lightning fast boot and rebuild times, at the cost of compatibility with existing projects
- Tauri - example of how to use Tauri with Ember.
Custom Blueprints
- vitest - since vitest only runs in node, this is only useful for testing non-browser things
- complex blueprint - the v2 addon blueprint -- lots of flags / behaviors, generates multiple packages/projects
Example Apps
- Octane: TodoMVC - deployed here - guide on MDN
Originally posted here on the Ember Forums -- there is some additional discussion there as well.