ember-learn / ember-learn/guides-source

Thought on quick start

Open
#1,134 0 comments 0 reactions 0 assignees View on GitHub
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


    {{#each @model as |scientist|}}
    -
  • {{scientist}}

  • +
    {{/each}}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.