Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Link to docs with lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar committed Aug 8, 2018
1 parent e20f744 commit 1208f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ From the above example, _not only_ does the path accumulate based on the nesting

To opt-out of this behavior `Get` components can use an alternative URL as their `base` prop.

#### [`Get` Component API](src/Get.tsx)
#### [`Get` Component API](src/Get.tsx#L50-L87)

### Loading and Error States

Expand Down Expand Up @@ -309,7 +309,7 @@ const Movies = ({ dispatch }) => (

Each mutation returns a promise, that can then be used to update local component state, or dispatch an action, or do something else depending on your use case.

#### [`Mutate` Component API](src/Mutate.tsx)
#### [`Mutate` Component API](src/Mutate.tsx#L31-L47)

### Polling with `Poll`

Expand Down Expand Up @@ -395,7 +395,7 @@ Visually, this is represented as below.
To get this functionality in Restful React, it is as simple as specifying a `wait` prop on your `Poll` component, provided your server implements the specification as well.
#### [`Poll` Component API](src/Poll.tsx)
#### [`Poll` Component API](src/Poll.tsx#L53-L101)
### Caching
Expand Down

0 comments on commit 1208f67

Please # to comment.