-
In the initial page load, it would be great if React components be rendered to HTML server-side. Doing this would improve performance, compatibility, SEO, and reliability. We'd get these benefits with…
-
https://github.com/Tom-Alexander/duktape-php (php-cpp based and not much features - old)
https://github.com/DaveM2011/PHPJS (newer and c based as well as php7.1 support)
Might need some improvemen…
-
Hi,
So your tutorial came around at a great time, thank you for putting it together and sharing. ! I'm busy working on a project that requires SSR and Laravel and I'm not that wet behind the ears …
-
cloning this repo on my homestead box and after running
`composer update` and
`php artisan vendor:publish --force`
I still have a raw output of the components blade tag
I have been installing v8js f…
-
I did a cURL on the page I set up to verify that PHP had indeed echoed both the markup and the JS, and what I found was that the JS was outputted, but the markup didn't get generated until the page lo…
-
I am using a fresh Homestead box with V8JS version 4.6.0 installed.
When I try to render the view using
``` php
@react_component('Message')
```
OR
``` php
{!!React::render('Message')!!}
```
I ge…
-
I'm using phpexecjs together with v8js and disabling the cache of this bundle does not work.
This is my symfony 4 config for dev
```
limenius_react:
default_rendering: "both"
serverside…
-
Just wanted to share in case others run into this as I believe I found a way to fix it:
After compiling v8 11.1.277.13 and v8js, I got the below error when trying to run javascript:
```#
# Fata…
-
I believe recent versions of V8 have native support for ESM modules (https://v8.dev/features/modules). I don't _think_ this is bridged to V8Js via the `setModuleLoader` though (which perhaps just does…
-
as title say, i get an error here is the stack trace from php-fpm
> [05-Feb-2018 13:25:06] WARNING: [pool www] child 5 said into stderr: "# Fatal error in ../../src/snapshot/startup-serializer.cc, l…