Skip to content

Instantly share code, notes, and snippets.

@ryandrewjohnson
Last active July 1, 2018 01:02
Show Gist options
  • Select an option

  • Save ryandrewjohnson/7982bbaeb04486340ae6dc20a44a0d75 to your computer and use it in GitHub Desktop.

Select an option

Save ryandrewjohnson/7982bbaeb04486340ae6dc20a44a0d75 to your computer and use it in GitHub Desktop.
react-localize-redux - Translate with self-closing tag
const Movies = props => (
<h1>
<Translate id="movie.title" />
</h1>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment