Skip to content

Commit 6080cc7

Browse files
author
Krasimir Tsonev
authored
Merge pull request krasimir#61 from notjiam/patch-1
Fix broken link
2 parents 76fa569 + 306aece commit 6080cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/chapter-06/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are couple of things happening in our component. It looks like it has too
5555

5656
## Extracting the container
5757

58-
Containers know about data, its shape and where it comes from. They know details about how the things work or the so called *business logic*. They receive information and format it so like is easy to be used by the presentational component. Very often we use [higher-order components](https://github.com/krasimir/react-in-patterns/tree/master/patterns/higher-order-components) to create containers because they provide a buffer space where we can insert custom logic.
58+
Containers know about data, its shape and where it comes from. They know details about how the things work or the so called *business logic*. They receive information and format it so like is easy to be used by the presentational component. Very often we use [higher-order components](https://krasimir.gitbooks.io/react-in-patterns/content/chapter-04/#higher-order-component) to create containers because they provide a buffer space where we can insert custom logic.
5959

6060
Here's how our `ClockContainer` looks like:
6161

0 commit comments

Comments
 (0)