Limenius / ReactRenderer

Client and Server-side React rendering from PHP
MIT License
238 stars 37 forks source link

GenericContextProvider #38

Closed kaa4ever closed 2 years ago

kaa4ever commented 4 years ago

Added a GenericContextProvider for making this package usable for non-Symfony projects.

We are currently using this package as part of a Symfony project, and we would like to add it to a Wordpress project to enable react server side rendering. This GenericContextProvider let's do just that.