I've said for years that most new JS frameworks are just reimplementing PHP (but worse).
@cferdinandi It's long past time for client-side PHP 8 in the browser.
ooh, found this: https://atymic.dev/blog/client-side-php/
@kboyd We already have PHP 8 in the browser. It's called PHP 8.
@cferdinandi @kboyd Umm. What?
@ramsey @cferdinandi (I think he's talking about HTML.)
Edit: There's also this, though - https://github.com/seanmorris/php-wasm
@kboyd @cferdinandi I do not like how they’ve remapped the php://stdin and php://stdout streams to data-stdin and data-stdout. It feels like they should have introduced custom stream wrappers for data-* attributes.