-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added with-react-query example link #30626
Conversation
examples/with-react-query/README.md
Outdated
@@ -0,0 +1,3 @@ | |||
# React Query example | |||
|
|||
This example have been moved here: [React Query](https://github.com/tannerlinsley/react-query/tree/master/examples/nextjs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if we could have a similar example here, so when you run create-next-app -e with-react-query
, it works 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if we could have a similar example here, so when you run
create-next-app -e with-react-query
, it works 😄
Will do, thought an external link will be enough, as I saw on the material-ui example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @leerob ,
I've updated the the pull request
Since some of these examples are maintained by their respective authors in their own repositories, we went with the single README approach anyway #38101. I think we could detect a magical comment in these READMEs and make Thanks for the PR anyway! |
Documentation / Examples
yarn lint