Skip to content

Conversation

@bryanjtc
Copy link
Contributor

This adds two examples

  • React router v6 example
  • React router v7 example
@vercel
Copy link

vercel bot commented Oct 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openapi-react-query-codegen ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2024 6:26am
@bryanjtc bryanjtc changed the title Add react router examples docs: Add react router examples Oct 25, 2024
Copy link
Owner

@7nohe 7nohe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bryanjtc Thanks for your hard work on this!
These examples will definitely enhance our documentation and assist many developers.

@7nohe
Copy link
Owner

7nohe commented Oct 26, 2024

Please add two lines of code to biome.json to exclude the generated openapi directory to pass the Biome lint.

biome.json:

{ ... "files": { "ignore": [ ... "examples/react-router-6-app/openapi", "examples/react-router-7-app/openapi", ] },
@bryanjtc
Copy link
Contributor Author

Please add two lines of code to biome.json to exclude the generated openapi directory to pass the Biome lint.

biome.json:

{ ... "files": { "ignore": [ ... "examples/react-router-6-app/openapi", "examples/react-router-7-app/openapi", ] }, 

Done

@7nohe 7nohe merged commit 4e98360 into 7nohe:main Oct 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants