Limenius / ReactRenderer

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

Service provider for Silex #2

Closed teameh closed 7 years ago

teameh commented 7 years ago

Just opening this issue to let you know that I finally put some time in open sourcing the Silex service provider I made a while ago to use the renderer in my own projects. It's only a single class, but it will help Silex users to use the renderer easily. You can find it here.

I'll add some tests and documentation soon. I'll probably largely copy and adapt the ReactBundle docs if that's okay with you.

Cheers! BTW, I changed username: tiemevanveen -> teameh 😏

nacmartin commented 7 years ago

Wow! that is great :D

I will add links back to your project, it is good to have this for Silex users.

Sure, copy and adapt as much as you want, and if you have ideas about improving the docs in the process, I will be interested!

teameh commented 7 years ago

Awesome!

nacmartin commented 7 years ago

Included links in the README of the renderer (this) and the bundle.