Skip to content

Commit

Permalink
Fix broken link in documentaion inside element/README.md, broken link…
Browse files Browse the repository at this point in the history
… points to blocks/README.md##example (#9552)
  • Loading branch information
israelshmueli authored and Soean committed Sep 2, 2018
1 parent 7591a2a commit cd2ff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/element/README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Refer to the [official React Quick Start guide](https://reactjs.org/docs/hello-w

At the risk of igniting debate surrounding any single "best" front-end framework, the choice to use any tool should be motivated specifically to serve the requirements of the system. In modeling the concept of a [block](../../blocks/README.md), we observe the following technical requirements:

- An understanding of a block in terms of its underlying values (in the [random image example](../../blocks/README.md#example), a category)
- An understanding of a block in terms of its underlying values (in the [random image example](../blocks/README.md#example), a category)
- A means to describe the UI of a block given these values

At its most basic, React provides a simple input / output mechanism. __Given a set of inputs ("props"), a developer describes the output to be shown on the page.__ This is most elegantly observed in its [function components](https://reactjs.org/docs/components-and-props.html#functional-and-class-components). React serves the role of reconciling the desired output with the current state of the page.
Expand Down

0 comments on commit cd2ff2e

Please sign in to comment.