Support runtime data injection to a static markup produced by HtmlWebpackPlugin, using EJS

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • html-webpack-plugin

    Simplifies creation of HTML files to serve your webpack bundles

  • Let’s say you use Webpack HtmlWebpackPlugin to produce a static HTML file from a template you have, but sometimes that’s not enough. This page that you’re producing is that main static page for your SPA (Single Page Application) and aside from the processed bundles, versioning etc. you would like it to have other runtime data that concerns your entire site, for instance some sort of a configuration (not secret, god forbids) that needs to be available for scripts on the client.

  • 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

  • html-webpack-plugin VS html-bundler-webpack-plugin - a user suggested alternative

    2 projects | 10 Feb 2023
  • Dependency hell with webpack. What version do I need?

    3 projects | /r/webpack | 15 May 2022
  • Dependency hell with webpack. What version do I need?

    3 projects | /r/learnjavascript | 15 May 2022
  • Add meta tags for social media with HtmlWebpackPlugin

    2 projects | dev.to | 21 Apr 2021
  • How does index.html's DOM is accessed by index.js as there is no reference in either of the files.

    1 project | /r/reactjs | 6 Apr 2021