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 TanStack Router examples #44804

Open
matthiashermsen opened this issue Dec 18, 2024 · 1 comment
Open

[docs] Add TanStack Router examples #44804

matthiashermsen opened this issue Dec 18, 2024 · 1 comment
Assignees
Labels
docs Improvements or additions to the documentation support: docs-feedback Feedback from documentation page waiting for 👍 Waiting for upvotes

Comments

@matthiashermsen
Copy link

matthiashermsen commented Dec 18, 2024

Related page

https://mui.com/material-ui/integrations/routing/#react-router-examples

Kind of issue

Missing information

Issue description

It is not clear how to combine the TanStack router <Link> component with MUI components. One could add examples below the examples for React Router

Context

I want to use typesafe routing via TanStack Link components but want to keep the MUI styled Link component. Since this is not possible

    <Link to="/" style={{ textDecoration: 'none', color: 'inherit' }}>
      <MuiLink underline="hover" color="inherit">
        Tanstack Link rendered as MUI Link
      </MuiLink>
    </Link>

( because you can't render inside ) it would be awesome if the docs would have some examples on how to "embed" TanStack routing components inside MUI elements to keep the MUI look.

Search keywords: TanStack

@matthiashermsen matthiashermsen added status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: docs-feedback Feedback from documentation page labels Dec 18, 2024
@zannager zannager added the docs Improvements or additions to the documentation label Dec 18, 2024
@DiegoAndai DiegoAndai removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 19, 2024
@DiegoAndai
Copy link
Member

Hey @matthiashermsen, thanks for reaching out.

I added the waiting for 👍🏼 label so the community can vote for this. If you want to see this implemented, please add a 👍🏼 reaction to the issue's description. If you are motivated to open a PR, that would also be great.

Assigning @samuelsycamore.

@DiegoAndai DiegoAndai added the waiting for 👍 Waiting for upvotes label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation support: docs-feedback Feedback from documentation page waiting for 👍 Waiting for upvotes
Projects
None yet
Development

No branches or pull requests

4 participants