-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
chore: add a sample app that uses the fetch
client with NextJS
#1407
chore: add a sample app that uses the fetch
client with NextJS
#1407
Conversation
a47ad17
to
17dc153
Compare
1d15811
to
cd91310
Compare
@melloware @anymaniax |
@@ -27,3 +27,5 @@ You can find below some samples | |||
- [nx fastify react](https://github.com/anymaniax/orval/tree/master/samples/nx-fastify-react) | |||
- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) | |||
- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) | |||
- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) |
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 looks like you copied this line twice?
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.
oops, that's right.
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.
fixed by bellow:
The failed "CI" is fixed at #1450 |
Status
Ready
Description
follow up to #1387
I add a sample app that uses the
fetch
client withNextJS
Related PRs
#1353
Todos
Steps to Test or Reproduce