Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 699 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 699 Bytes

React.js Server Rendering with Symfony

React.js is often thought of as as a front end technology. They can, however be rendered on the server side too - using JavaScript. This naturally turns the scale towards Node.js, but PHP with the v8js installation can handle it too. Let's see how to merge together v8js and the Symfony Microkernel, making it possible to set the initial state of server rendered components using a PHP backend.

A Symfony project created on December 19, 2015, 9:56 am.

Details: https://www.symfony.fi/entry/testing-react-js-isomorphic-rendering-with-php-v8js-and-the-symfony-microkernel

INSTALL