@amazeelabs/react-intl-rsc
v1.1.25
Published
RSC-compatible wrapper for react-intl.
Downloads
123
Readme
RSC compatible react-intl
A wrapper around react-intl that makes
it compatible with
React Server Components.
It exposes the useIntl
hook and a non-context enabled version of
IntlProvider
. The main caveat is that IntlProvider
is not reactive and won't
propagate changes to the context. Also nesting IntlProvider
is not supported.