Closed dmr closed 7 years ago
Integrating serverside rendering is essential because using the WordPress API to fetch the data for the theme doesn’t really make sense as the WP API is self consuming (the end points live on the same server the theme is served from) and it can save the round trip request from the browser to the server and then back down to the browser again.
Are there any projects/themes you guys use instead of picard?
Thank you for the hint, I'll give it a try
I really like this project, thank you.
The Readme states
and I was wondering if this changed since the beginning of this project.
Is anyone here using it in production? I read that wordpress.com is moving towards WP-API and react and maybe something like this is happening in the wordpress theme community also.
Also, serverside rendering in picard, did anyone already manage to integrate it?