tystr / TystrReactJsBundle

A bundle for integrating ReactJs with Symfony. Allows for easy server-side rendering using the v8js extension for isomorphic apps.
MIT License
13 stars 2 forks source link

RE: using this bundle independently ? #1

Closed EugeneLiang closed 8 years ago

EugeneLiang commented 8 years ago

Hi good day,

Firstly, great work! and this package is a great addition!

May i know if this package can be used independently with other frameworks ? Such as in Slim Php or even in WordPress ?

Cheers and thanks!

tystr commented 8 years ago

This specifically provides functionality for the Symfony framework. It leverages the react-php-v8js library to do hook into libv8 for the actual rendering. You could write plugins around that to achieve similar functionality in other frameworks.