React (software): Difference between revisions

Content deleted Content added
m Reverted edits by Appwrkit (talk): addition of unnecessary/inappropriate external links (HG) (3.4.10)
Line 81:
 
<syntaxhighlight lang="js">
const Greeter = () => return <div>Hello World</div>;
</syntaxhighlight>