React

From bibbleWiki
Revision as of 05:16, 23 October 2019 by Iwiseman (talk | contribs) (Variables)
Jump to navigation Jump to search

Quick Reference

Variables

<source lang="React" line="line">
 const myVar = (
   <h1>Love it</h1>
 );