Replies: 1 comment
-
Thanks for the discussion. Have you followed the steps at https://react-spectrum.adobe.com/react-aria/internationalization.html#optimizing-bundle-size ? Can you provide more information about your setup? what bundler you're using, versions, etc? anything relevant from those docs. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
In a multilingual tanstack start app (with vite), I want to use a react-aria date range picker.
Just adding
import { I18nProvider } from "react-aria"
adds a huge 1.3MB file in dev.Is there a way to reduce the bundle size in any way, that's just way too much?
Beta Was this translation helpful? Give feedback.
All reactions