Skip to content

Commit 390705b

Browse files
authored
Merge pull request #1463 from hergaiety/patterns-update
Component Patterns Updates
2 parents ba4fa8b + 9ae03e0 commit 390705b

File tree

6 files changed

+40
-10
lines changed

6 files changed

+40
-10
lines changed

guides/release/in-depth-topics/patterns-for-components.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
This guide assumes that you have read the [component guides](../../components/)
22
and are familiar with how Ember components work. We'll cover components in more
3-
depth in this section, including additional functionality that was not covered
4-
in the main guides, and patterns
3+
depth in this section. At the end, we'll present recommended component patterns.
54

65
## Argument Defaults
76

@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177176
Picking different components to render in response to the data allows you to
178177
have different template and behavior for each case. The `{{component}}` helper
179178
is a powerful tool for improving code modularity.
179+
180+
## Learn More
181+
182+
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
183+
This project also addresses anti-patterns and accessibility for components.
184+
185+
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)

guides/v3.15.0/in-depth-topics/patterns-for-components.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
This guide assumes that you have read the [component guides](../../components/)
22
and are familiar with how Ember components work. We'll cover components in more
3-
depth in this section, including additional functionality that was not covered
4-
in the main guides, and patterns
3+
depth in this section. At the end, we'll present recommended component patterns.
54

65
## Argument Defaults
76

@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177176
Picking different components to render in response to the data allows you to
178177
have different template and behavior for each case. The `{{component}}` helper
179178
is a powerful tool for improving code modularity.
179+
180+
## Learn More
181+
182+
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
183+
This project also addresses anti-patterns and accessibility for components.
184+
185+
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)

guides/v3.16.0/in-depth-topics/patterns-for-components.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
This guide assumes that you have read the [component guides](../../components/)
22
and are familiar with how Ember components work. We'll cover components in more
3-
depth in this section, including additional functionality that was not covered
4-
in the main guides, and patterns
3+
depth in this section. At the end, we'll present recommended component patterns.
54

65
## Argument Defaults
76

@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177176
Picking different components to render in response to the data allows you to
178177
have different template and behavior for each case. The `{{component}}` helper
179178
is a powerful tool for improving code modularity.
179+
180+
## Learn More
181+
182+
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
183+
This project also addresses anti-patterns and accessibility for components.
184+
185+
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)

guides/v3.17.0/in-depth-topics/patterns-for-components.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
This guide assumes that you have read the [component guides](../../components/)
22
and are familiar with how Ember components work. We'll cover components in more
3-
depth in this section, including additional functionality that was not covered
4-
in the main guides, and patterns
3+
depth in this section. At the end, we'll present recommended component patterns.
54

65
## Argument Defaults
76

@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177176
Picking different components to render in response to the data allows you to
178177
have different template and behavior for each case. The `{{component}}` helper
179178
is a powerful tool for improving code modularity.
179+
180+
## Learn More
181+
182+
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
183+
This project also addresses anti-patterns and accessibility for components.
184+
185+
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)

guides/v3.18.0/in-depth-topics/patterns-for-components.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
This guide assumes that you have read the [component guides](../../components/)
22
and are familiar with how Ember components work. We'll cover components in more
3-
depth in this section, including additional functionality that was not covered
4-
in the main guides, and patterns
3+
depth in this section. At the end, we'll present recommended component patterns.
54

65
## Argument Defaults
76

@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177176
Picking different components to render in response to the data allows you to
178177
have different template and behavior for each case. The `{{component}}` helper
179178
is a powerful tool for improving code modularity.
179+
180+
## Learn More
181+
182+
To keep this guide concise, we built a separate site for [component patterns in Ember](https://emberjs-1.gitbook.io/ember-component-patterns/).
183+
This project also addresses anti-patterns and accessibility for components.
184+
185+
[![ember-component-patterns](/images/ember-component-patterns.png)](https://emberjs-1.gitbook.io/ember-component-patterns/)
72.8 KB
Loading

0 commit comments

Comments
 (0)