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

Commit

Permalink
Remove the "Why JSX?" guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Feb 8, 2018
1 parent 711b924 commit fd76a32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 145 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ yarn add react-request
* [clearRequestCache()](#clearrequestcache)
* [clearResponseCache()](#clearresponsecache)
* [Guides ⇗](./docs/guides/INDEX.md)
* [Why JSX? ⇗](./docs/guides/why-jsx.md)
* [Using the `lazy` Prop ⇗](./docs/guides/using-the-lazy-prop.md)
* [Aborting ⇗](./docs/guides/aborting.md)
* [Differences with `fetch()`](./docs/guides/differences-with-fetch.md)
Expand Down
2 changes: 0 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ request deduplication and response caching) map nicely to the component lifecycl
of difficult-to-test imperative code from your application by declaratively specifying how you want your requests to
behave through JSX.

We wrote [a guide](./guides/why-jsx.md) that goes into this answer in greater detail.

#### If a request is made when the component mounts, how does that work for POST, PATCH, or DELETE requests?

The default behavior is that requests are only made on mount for `GET` requests when the component mounts, but
Expand Down
142 changes: 0 additions & 142 deletions docs/guides/why-jsx.md

This file was deleted.

0 comments on commit fd76a32

Please sign in to comment.