Skip to content

Component Patterns Updates #1463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions guides/release/in-depth-topics/patterns-for-components.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
This guide assumes that you have read the [component guides](../../components/)
and are familiar with how Ember components work. We'll cover components in more
depth in this section, including additional functionality that was not covered
in the main guides, and patterns
depth in this section. At the end, we'll present recommended component patterns.

## Argument Defaults

Expand Down Expand Up @@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
Picking different components to render in response to the data allows you to
have different template and behavior for each case. The `{{component}}` helper
is a powerful tool for improving code modularity.
## Learn More
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
This project also addresses anti-patterns and accessibility for components.
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)
10 changes: 8 additions & 2 deletions guides/v3.15.0/in-depth-topics/patterns-for-components.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
This guide assumes that you have read the [component guides](../../components/)
and are familiar with how Ember components work. We'll cover components in more
depth in this section, including additional functionality that was not covered
in the main guides, and patterns
depth in this section. At the end, we'll present recommended component patterns.

## Argument Defaults

Expand Down Expand Up @@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
Picking different components to render in response to the data allows you to
have different template and behavior for each case. The `{{component}}` helper
is a powerful tool for improving code modularity.
## Learn More
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
This project also addresses anti-patterns and accessibility for components.
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)
10 changes: 8 additions & 2 deletions guides/v3.16.0/in-depth-topics/patterns-for-components.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
This guide assumes that you have read the [component guides](../../components/)
and are familiar with how Ember components work. We'll cover components in more
depth in this section, including additional functionality that was not covered
in the main guides, and patterns
depth in this section. At the end, we'll present recommended component patterns.

## Argument Defaults

Expand Down Expand Up @@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
Picking different components to render in response to the data allows you to
have different template and behavior for each case. The `{{component}}` helper
is a powerful tool for improving code modularity.
## Learn More
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
This project also addresses anti-patterns and accessibility for components.
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)
10 changes: 8 additions & 2 deletions guides/v3.17.0/in-depth-topics/patterns-for-components.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
This guide assumes that you have read the [component guides](../../components/)
and are familiar with how Ember components work. We'll cover components in more
depth in this section, including additional functionality that was not covered
in the main guides, and patterns
depth in this section. At the end, we'll present recommended component patterns.

## Argument Defaults

Expand Down Expand Up @@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
Picking different components to render in response to the data allows you to
have different template and behavior for each case. The `{{component}}` helper
is a powerful tool for improving code modularity.
## Learn More
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
This project also addresses anti-patterns and accessibility for components.
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)
10 changes: 8 additions & 2 deletions guides/v3.18.0/in-depth-topics/patterns-for-components.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
This guide assumes that you have read the [component guides](../../components/)
and are familiar with how Ember components work. We'll cover components in more
depth in this section, including additional functionality that was not covered
in the main guides, and patterns
depth in this section. At the end, we'll present recommended component patterns.

## Argument Defaults

Expand Down Expand Up @@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
Picking different components to render in response to the data allows you to
have different template and behavior for each case. The `{{component}}` helper
is a powerful tool for improving code modularity.
## Learn More
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
This project also addresses anti-patterns and accessibility for components.
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)
Binary file added public/images/ember-component-patterns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.