Skip to content
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

docs: Add react router examples #166

Merged
merged 15 commits into from
Oct 26, 2024
Merged

Conversation

bryanjtc
Copy link
Contributor

This adds two examples

  • React router v6 example
  • React router v7 example

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants