Skip to content

Commit

Permalink
fix($readme): remove note saying we dont support queries
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey authored Jul 23, 2017
1 parent 1b22106 commit e4b6358
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ What about if the URL is not found?
as a case in your reducer's switch statements. Here's where you get it: `import { NOT_FOUND } from 'redux-first-router'`. We have strong
idiomatic way to deal with it in server side rendering--check it out: [server side rendering](./docs/server-rendering.md).

What about query strings and hashes?
> Intentionally we have chosen to solely support paths since they are best for SEO and keep the API minimal.
You are free to use query strings to request data in your thunks.

What if I don't want to use the *thunk* feature, can I use other ways of requesting the data?
> Of course. This work along side any middleware of your choosing, and even GraphQL solutions like Apollo. But for the 80% use-case, "follow-up" thunks attached to routes gets a lot of bang for your buck via the context associated with the initial route action.
Expand Down

0 comments on commit e4b6358

Please sign in to comment.