Last active
July 1, 2018 01:02
-
-
Save ryandrewjohnson/7982bbaeb04486340ae6dc20a44a0d75 to your computer and use it in GitHub Desktop.
react-localize-redux - Translate with self-closing tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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