Limenius / ReactRenderer

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

Use <script> instead of hidden <div>'s #1

Closed teameh closed 7 years ago

teameh commented 7 years ago

The react-on-rails npm package expects <scripts>'s now instead of hidden <div>'s.

teameh commented 7 years ago

I think it makes sense to bump the major version for this, but unfortunately, react-on-rails did not... (see https://github.com/shakacode/react_on_rails/issues/796).

If they don't decide to bump their major version, then I think this needs some explanation in the docs of ReactRenderer and ReactBundle

nacmartin commented 7 years ago

Sure, thanks. I was aware of this, https://github.com/Limenius/symfony-react-sandbox/issues/25 In fact I wanted to update this library during the weekend.

I was unaware about they not bumping the version of the package, so, yes, it is good to have an explanation in the README. Thanks!

nacmartin commented 7 years ago

Thanks a lot! 👍 It is tagged as 0.12.0, I guess that we could make this v.1.0 soon.

nacmartin commented 7 years ago

About the testing, it is because of Phpunit6, I have updated this to Phpunit6, don't worry about it.

teameh commented 7 years ago

Great! Thanks for your quick response time!