https://github.com/janit/reactfony
React.js Server Rendering with php-v8js and the Symfony Microkernel
https://github.com/janit/reactfony
Last synced: 11 months ago
JSON representation
React.js Server Rendering with php-v8js and the Symfony Microkernel
- Host: GitHub
- URL: https://github.com/janit/reactfony
- Owner: janit
- Created: 2015-12-19T10:14:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T20:31:54.000Z (about 10 years ago)
- Last Synced: 2025-04-26T04:25:36.067Z (about 1 year ago)
- Language: PHP
- Homepage: https://www.symfony.fi/entry/testing-react-js-isomorphic-rendering-with-php-v8js-and-the-symfony-microkernel
- Size: 263 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
===
- composer install
- app/console server:run
- http://127.0.0.1:8000/