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

Support React Server Components for Next.js #1103

Closed
amje opened this issue Nov 7, 2023 · 4 comments
Closed

Support React Server Components for Next.js #1103

amje opened this issue Nov 7, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@amje
Copy link
Contributor

amje commented Nov 7, 2023

Info: https://react.dev/learn/start-a-new-react-project#bleeding-edge-react-frameworks

@amje amje added the enhancement New feature or request label Nov 7, 2023
@lu-perfect
Copy link
Contributor

And add the ability to use Link from next.js by default please

@amje
Copy link
Contributor Author

amje commented Nov 8, 2023

And add the ability to use Link from next.js by default please

If you mean mixing uikit Link with next.s Link, then it can be done like that, according to docs:

import Link from 'next/link';
import {Link as UIKitLink} from '@gravity-ui/uikit';

<Link href={href} passHref legacyBehavior>
  <UIKitLink />
</Link>

@evilPaprika
Copy link

I think that the original poster talked about something like this:
mui/material-ui#37656

@amje
Copy link
Contributor Author

amje commented Jun 10, 2024

Support is coming - #1582

@amje amje closed this as completed Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants