JavaScript tagged-template

Open-source JavaScript projects categorized as tagged-template

Top 3 JavaScript tagged-template Projects

tagged-template
  1. htm

    Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.

    Project mention: How to Convert Supplier CSVs to Shopify/Amazon/WooCommerce Without Uploading to a Server | dev.to | 2026-06-01

    eBay: 30+ fields (item specifics, variations, shipping) Each schema is a JSON file defining field names, data types, and validation rules. The mapper walks source → target assignments and applies type coercion (string → number, date formatting, etc.) before export. The entire app stays under 200 KB gzipped by avoiding heavy UI libraries. It's built with Preact + htm (no JSX build step) and styled with Tailwind CSS v4. Export & Practical Considerations Export uses the standard Blob + download API. No server round-trip — just an ephemeral click with URL.createObjectURL(). The free tier handles 50 rows, enough to validate the mapping before committing. Column mapping profiles can be saved and reused, which is useful when the same supplier sends weekly inventory files with identical headers. Try It If you deal with supplier files regularly, you might find this useful. SKUMart handles all of this out of the box — just drop a file and export.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. common-tags

    🔖 Useful template literal tags for dealing with strings in ES2015+

  4. cx-tagged-template

    Class-name expressions in the style of concatenative programming.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript tagged-template discussion

Log in or Post with

JavaScript tagged-template related posts

  • Comptime.ts: compile-time expressions for TypeScript

    4 projects | news.ycombinator.com | 6 Aug 2025
  • I've been writing web backends and frontends since the 90s. Finally: declarative, dynamic markup done right

    2 projects | dev.to | 5 Jun 2024
  • Ask HN: How do you use React as a library in 2024?

    1 project | news.ycombinator.com | 10 May 2024
  • React SSR web-server from scratch

    2 projects | dev.to | 21 Nov 2023
  • Gaseous - Yet Another Games Manager

    3 projects | /r/selfhosted | 10 Jul 2023
  • Create and Hydrate HTML with HTM

    2 projects | news.ycombinator.com | 25 Jun 2023
  • Anyone using React from just a CDN, barbarian style?

    1 project | /r/reactjs | 28 Feb 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source tagged-template projects in JavaScript? This list will help you:

# Project Stars
1 htm 9,017
2 common-tags 2,028
3 cx-tagged-template 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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