RSC-compatible wrapper for react-intl.
npm install @amazeelabs/react-intl-rscA wrapper around react-intl that makes
it compatible with
React Server Components.
It exposes the useIntl hook and a non-context enabled version ofIntlProvider. The main caveat is that IntlProvider is not reactive and won't
propagate changes to the context. Also nesting IntlProvider is not supported.