-
-
Notifications
You must be signed in to change notification settings - Fork 326
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
While building my Next.js app, I noticed that intl-messageformat is taking up quite a bit of space.
page.tsx with useTranslations:

page.tsx without useTranslations:

Bundle analyzer result with useTranslaions:

Describe the solution you'd like
Either have the option to somehow opt-out of formatting, or lazy-load it on the client.
Describe alternatives you've considered
Haven't looked into any other solutions.