Limenius / ReactRenderer

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

Create StaticReactRenderer in client_side render mode #32

Closed pamuche closed 4 years ago

pamuche commented 5 years ago

To overcome the workaround in: https://github.com/Limenius/ReactBundle/issues/36

nacmartin commented 4 years ago

The static renderer, which in its current form was indirectly causing this issue, has been wiped out and transformed into an option cached. That was causing this issue. So this is now (with a different solution).

Thanks for the PR nonetheless 👍