React-Laravel: Use ReactJS with Laravel(github.com)
github.com
React-Laravel: Use ReactJS with Laravel
https://github.com/talyssonoc/react-laravel
1 comments
Yes, there is: http://www.onebigfluke.com/2015/01/experimentally-verified-w...
The server-side render can't be cached. I guess it is only possible if the component is using the PureRenderMixin (https://facebook.github.io/react/docs/pure-render-mixin.html). Feel free to create a PR/issue about it in the repo !
The server-side render can't be cached. I guess it is only possible if the component is using the PureRenderMixin (https://facebook.github.io/react/docs/pure-render-mixin.html). Feel free to create a PR/issue about it in the repo !
Can the server-side render be cached in any way?