JSX for web components

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ficusjs-renderers

    Minified ES module renderers for FicusJS

    This example uses the @ficusjs/renderers package which provides a browser-ready ES module using the htm library.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • ficusjs-snowpack-starter

    Discontinued FicusJS Snowpack starter

    Clone this Snowpack starter to see it in action - https://github.com/ficusjs/ficusjs-snowpack-starter

  • ficusjs

    FicusJS is a set of lightweight functions for developing applications using web components

    By default, the FicusJS web component render function expects a DOM element for rendering. The pragma imported from the @ficusjs/renderers/jsx-dom library creates a DOM element for rendering in the component.

  • htm

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

    The babel-plugin-htm Babel plugin compiles tagged template literals using htm to hyperscript. This is the same process React/Preact use in transpiling JSX for production.

  • ficusjs-compiled-templates

    Compile JSX tagged template literals with snowpack and babel

    Clone this Snowpack starter to see JSX transpilation in action - https://github.com/ficusjs/ficusjs-compiled-templates

  • vim-jsx-pretty

    :flashlight: [Vim script] JSX and TSX syntax pretty highlighting for vim.

    Syntax highlighting and language support via the lit-html VSCode extension and vim-jsx-pretty plugin

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

  • We Use Web Components at GitHub

    11 projects | news.ycombinator.com | 4 May 2021
  • Building a website like it's 1999... in 2022

    6 projects | /r/programming | 19 Mar 2023
  • Anyone have multiple language syntax highlighting with treesitter working?

    4 projects | /r/emacs | 13 Oct 2022
  • Incorrect indentation on JSX/TSX/React files

    3 projects | /r/neovim | 18 Aug 2022
  • A Look at Compilation in JavaScript Frameworks

    10 projects | dev.to | 1 Jun 2021