ReactRenderer icon indicating copy to clipboard operation
ReactRenderer copied to clipboard

Client and Server-side React rendering from PHP

Results 5 ReactRenderer issues
Sort by recently updated
recently updated
newest added

Is this library usable without twig/symfony - in a sense of a standalone PHP library? If so, how can that be done? Thanks!

# Issue Changes in recent version of react renderer break backwards compatibility with PHP versions 5.x. The composer.json file references a minimum compatibility with PHP 5.5 (https://github.com/Limenius/ReactRenderer/blob/e1bf24deb09f1009fdec7e90cf29378220351fe7/composer.json#L22) However there are...

Hi @nacmartin and the team at Limenius, Thanks for setting all up. Much appreciated. As outlined in #39 There are some breaking BC changes with php v5 in V4+ of...

As we understand it, the intent behind `fail_loud` is to allow graceful degradation to client-side-only rendering in production if SSR fails. The current implementation currently only supports this for errors...

hey i'm modifying the Actual ReactRenderer to allow different data pass in props, the reason of why i change it may not be generic so i ask here if i...