react-php-v8js
react-php-v8js copied to clipboard
PHP library that renders React components on the server
This is based on https://github.com/reactjs/react-php-v8js/pull/9 and its comments. Allows a component scope container to be set, to keep components out of the global JS scope. Has no effect if not...
It seems ugly to have to place components in the global scope. How about this method to allow for setting the JavaScript scope in which React components are contained?
Hello, Here is a little refactoring to prevent code execution in constructor. This will execute the javascript library only when needed. This will also allow people to register their errorHandler...
> 0 info it worked if it ends with ok > 1 verbose cli [ 'C:\Program Files\nodejs\\node.exe', > 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', > 1 verbose cli 'run', > 1...
Warnings
When I run the example I get the following warnings: ``` Warning: React.render is deprecated. Please use ReactDOM.render from require('react-dom') instead.warning @ react.js:18769 react.js:18769 Warning: render(): Target node has markup...