File tree Expand file tree Collapse file tree 6 files changed +40
-10
lines changed Expand file tree Collapse file tree 6 files changed +40
-10
lines changed Original file line number Diff line number Diff line change 1
1
This guide assumes that you have read the [ component guides] ( ../../components/ )
2
2
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.
5
4
6
5
## Argument Defaults
7
6
@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177
176
Picking different components to render in response to the data allows you to
178
177
have different template and behavior for each case. The `{{component}}` helper
179
178
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
+ [](https://emberjs-1.gitbook.io/ember-component-patterns/)
Original file line number Diff line number Diff line change 1
1
This guide assumes that you have read the [ component guides] ( ../../components/ )
2
2
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.
5
4
6
5
## Argument Defaults
7
6
@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177
176
Picking different components to render in response to the data allows you to
178
177
have different template and behavior for each case. The `{{component}}` helper
179
178
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
+ [](https://emberjs-1.gitbook.io/ember-component-patterns/)
Original file line number Diff line number Diff line change 1
1
This guide assumes that you have read the [ component guides] ( ../../components/ )
2
2
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.
5
4
6
5
## Argument Defaults
7
6
@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177
176
Picking different components to render in response to the data allows you to
178
177
have different template and behavior for each case. The `{{component}}` helper
179
178
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
+ [](https://emberjs-1.gitbook.io/ember-component-patterns/)
Original file line number Diff line number Diff line change 1
1
This guide assumes that you have read the [ component guides] ( ../../components/ )
2
2
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.
5
4
6
5
## Argument Defaults
7
6
@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177
176
Picking different components to render in response to the data allows you to
178
177
have different template and behavior for each case. The `{{component}}` helper
179
178
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
+ [](https://emberjs-1.gitbook.io/ember-component-patterns/)
Original file line number Diff line number Diff line change 1
1
This guide assumes that you have read the [ component guides] ( ../../components/ )
2
2
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.
5
4
6
5
## Argument Defaults
7
6
@@ -177,3 +176,10 @@ component is destroyed and the new component is created and brought in.
177
176
Picking different components to render in response to the data allows you to
178
177
have different template and behavior for each case. The `{{component}}` helper
179
178
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
+ [](https://emberjs-1.gitbook.io/ember-component-patterns/)
You can’t perform that action at this time.
0 commit comments