mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Merge pull request #195 from MarkPollmann/patch-1
Fix typo in Update.md
This commit is contained in:
@@ -143,7 +143,7 @@ const BasicExample = () => (
|
||||
|
||||
By passing down some information from the `Router` component, each `Link` and `Route` can communicate back to the containing `Router`.
|
||||
|
||||
Before you build components with an API similar to this, consider if there are cleaner alternatives. For example, you can pass entire React component as props if you'd like to.
|
||||
Before you build components with an API similar to this, consider if there are cleaner alternatives. For example, you can pass entire React components as props if you'd like to.
|
||||
|
||||
## Referencing Context in Lifecycle Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user