Replies: 2 comments 2 replies
-
|
Also, the examples repo says "Great for client-only React projects". |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @laem, thank you for reaching out. Nextjs is indeed mostly react and JSX, which are already supported. But the issue is the bundler it uses, as to the best of my knowledge, it doesn't use Vite. Wuchale currently only supports Vite as a bundler. There is a plan to implement support for Nextjs, which is why |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Obviously Nextjs is mostly react and JSX, so it might.
But I'm surprised to see not mention of Nextjs itself, since it's a framework one of the most well-known one.
I'm planning on i18ning cartes.app, a Web alternative to Google Maps currently French-only, and would love to use an i18n platform that lets us keep clean JSX without everywhere.
I'm particularly worried that the Turbopack version of nextjs, v16, would not work.
Did someone use Wuchale for a Nextjs project successfully ?
Beta Was this translation helpful? Give feedback.
All reactions