React: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


=Variables=
=Variables=
<source lang="html4strict">


<source lang="React" line="line">
<source lang="React" line="line">

Revision as of 05:24, 23 October 2019

Quick Reference

Variables

 const myVar = (
   <h1>Love it</h1>
 );
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>