-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
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 without having to write our code once in PHP and then again in JavaScript.
I know this is a pretty major task, but there's some prior work that could serve as the foundation:
- The v8js extension for PHP
- ReactJS.net, which is React + ClearScript (the C# answer to v8js) + utility functions.
- This server-side React with PHP tutorial from Stoyan Stefanov.
Reactions are currently unavailable