While next-intl is primarily made for Next.js, its base library use-intl can be used in apps that use just React or another framework. We could consider providing first-class support for other frameworks too in the longer term, including features that help with routing.
Related:
One of the strengths of next-intl is its RSC support. With RSC support being added to other frameworks, it could be interesting to bring the capabilities of next-intl there too.
Other features that are currently next-intl-only:
useExtracted
- Integrated
precompile: true
- Routing APIs
While
next-intlis primarily made for Next.js, its base libraryuse-intlcan be used in apps that use just React or another framework. We could consider providing first-class support for other frameworks too in the longer term, including features that help with routing.Related:
useExtractedwithuse-intl#2271One of the strengths of
next-intlis its RSC support. With RSC support being added to other frameworks, it could be interesting to bring the capabilities ofnext-intlthere too.Other features that are currently
next-intl-only:useExtractedprecompile: true