Created
November 18, 2017 15:49
-
-
Save sajithdilshan/fd89436854f5eb03c8264355323de844 to your computer and use it in GitHub Desktop.
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 element = React.createElement( | |
'h1', | |
{className: 'greeting'}, | |
'Hello, world!' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment