JSX for web components

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

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
  • 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.

  • ficusjs-snowpack-starter

    Discontinued FicusJS Snowpack starter

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

  • 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
  • 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