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
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.
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 injectedintlobject.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.