Best way to hydrate html rendered by php?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • server-side-rendering

    Server side rendering JavaScript in a PHP application

  • Yes, that's true. SSR solutions in Node fix that issue by reusing the same component, which is easier when the back- and frontend are the same language. I did find today a package that fires up an V8 JavaScript engine to render the component from a php-file. See https://github.com/spatie/server-side-rendering Not tested yet.

  • petite-vue

    6kb subset of Vue optimized for progressive enhancement

  • Some views, like the mentioned calendar, could be done Vanilla, but others are more complex where Vue is really usefull. I do think I could migrate to petite-vue: https://github.com/vuejs/petite-vue to make vue smaller.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts