require(\'react\').render(require(' . json_encode($module) . ')(' . $props_json . '), ' . 'document.getElementById(' . json_encode($container_id) . '))' . ''; $container_markup = '
' . $server_markup . '
'; return $container_markup . $startup_code; } ?> React server rendering example Welcome to the React server rendering example. Here is a server-rendered React component: 'Pete')); ?>