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

Civic Auth - Web2 & Web3 login in a simple SDK
Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.
www.civic.com
featured
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
  1. 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.

  2. Civic Auth

    Web2 & Web3 login in a simple SDK. Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.

    Civic Auth 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

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?