in example.php [64:70]
protected function render(): XHPRoot {
// Self-explanatory :)
$this->constructReactInstance(
'MyReactClass',
Map {'someAttribute' => $this->:some-attribute }
);
return <div id={$this->getID()} />;