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