ember-learn / ember-learn/guides-source
Thought on quick start
Open
help wanted
quick start
- Dominant language
- HTML
- Stars
- 161
- Forks
- 512
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 4
Description
The first component we make is a ``, but the main motivation for this is reuse (as the help text describes). But then we don't reuse the component.
What if the example was something like a ``, so the user could see the component being reused?
The refactor would be
```diff
List of Scientists
- {{scientist}}
{{#each @model as |scientist|}}
-
+
{{/each}}
```
Contributor guide
Assessment
This issue has not been assessed yet.