You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for creating this package! I've been looking for something similar ever since I started using react-intl.
As the documentation suggests this package as an replacement to react-intl, it would be really nice if it would provide the same API as the injected intl object.
So instead of formatting a message with
intl.get('SIMPLE')
it would use the same API as react-intl
intl.formatMessage({id: 'SIMPLE'})
This would make it a lot easier for existing users of react-intl to transition to this package.
The text was updated successfully, but these errors were encountered:
First, thanks for creating this package! I've been looking for something similar ever since I started using
react-intl
.As the documentation suggests this package as an replacement to
react-intl
, it would be really nice if it would provide the same API as the injectedintl
object.So instead of formatting a message with
it would use the same API as react-intl
This would make it a lot easier for existing users of react-intl to transition to this package.
The text was updated successfully, but these errors were encountered: