Replies: 4 comments 18 replies
-
I've never used a Remix myself, so don't have any experience with it. If there is a way to load data from the server (and there is) and it uses react under the hood it should not be very different from nextjs integration. If you make a working example we would be very welcome to add it to the repo. |
Beta Was this translation helpful? Give feedback.
-
Ok, I'll give it a shot. But first I have a possibly stupid question - since neextjs uses swc, and remix uses esbuild, surely they need different aproaches? In other words, will the swc-plugin work in remix? I don't think it uses babel |
Beta Was this translation helpful? Give feedback.
-
Now it should be easier to integrate Remix with Lingui because it has stable Vite support since version 2.7.0. |
Beta Was this translation helpful? Give feedback.
-
In Remix, server-side code (e.g., loader()) and client-side code are often written in the same file. Could this cause server-side translation messages to be unintentionally bundled into the client-side code? |
Beta Was this translation helpful? Give feedback.
-
Hi. Are there any examples of using Lingui with Remix? I am not finding anything when i search.
tia,
charles
Beta Was this translation helpful? Give feedback.
All reactions