Sha256: b8ee568ff8768c44686add40a2ea3cd8f0790f9e1f02a7c2ba7ede0829a8185a

Contents?: true

Size: 131 Bytes

Versions: 7

Compression:

Stored size: 131 Bytes

Contents

//simple react component that renders "Hello World" as an H1 tag into the body 

React.render(<h1>Hello World</h1>, document.body);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
language_templates-0.1.5.2 bin/languages/r/react.js
language_templates-0.1.5.1 bin/languages/r/react.js
language_templates-0.1.5 bin/languages/r/react.js
language_templates-0.1.4 bin/languages/r/react.js
language_templates-0.1.3 bin/languages/r/react.js
language_templates-0.1.2 bin/languages/r/react.js
language_templates-0.1.1 bin/languages/r/react.js