gaearon / react-document-title

Declarative, nested, stateful, isomorphic document.title for React
MIT License
1.87k stars 105 forks source link

Support FormattedMessage from react-intl #56

Open lhnrd opened 6 years ago

lhnrd commented 6 years ago

Could this be useful? I know there's workaround to make this work, but it'd be useful to me, what do the rest thinks?

MattiSG commented 6 years ago

Would be useful to me :wink: What's the workaround?

lhnrd commented 6 years ago

The workaround would be using formatMessage, also from react-intl.

MattiSG commented 6 years ago

For future reference, here are the details: https://stackoverflow.com/a/39753280/594053.