react-php-v8js icon indicating copy to clipboard operation
react-php-v8js copied to clipboard

PHP library that renders React components on the server

Results 16 react-php-v8js issues
Sort by recently updated
recently updated
newest added
trafficstars

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?

CLA Signed

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...

CLA Signed

> 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...

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...