mmircea16 / stateless-jsx-loader

Webpack loader for stateless React components
Other
0 stars 1 forks source link

Support for React-Intl #4

Open mmircea16 opened 6 years ago

mmircea16 commented 6 years ago

It would be useful if there is an ability to use React-Intl a stateless jsx file.

For example being able to write something like this:

<div> Hello <FormattedMessage id="world"/> </div>
mmircea16 commented 6 years ago

Referenced here: https://github.com/mmircea16/babel-stateless-jsx/issues/2 as this repo is deprecated