React

From bibbleWiki
Revision as of 05:23, 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>
 );
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>