reactjs-php-bundle
reactjs-php-bundle copied to clipboard
Render ReactJS component in server side using reactjs/react-php-v8js
This class is executing some JS code in its constructor. This makes the constructor very heavy, and you don't want this to be executed on each instantiation of Twig (which...
The ReactJS library is displaying the exception message and dying in case an exception happens while executing JS. this is a very bad behavior for an integration inside Symfony/Twig (it...
A simple validation is done at compilation to check if file exist with `file_exists()`. That means that file can be moved after compilation for some reason. On the other hand...