FicusJS

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    A dead simple starting point for custom elements.

    The x-element library published by Netflix [1] takes the best features of other web components libraries like Polymer and LitElement, and focuses on a standards based approach, e.g. es6 module loading at runtime, which is done intentionally to avoid a build step.

    https://github.com/Netflix/x-element

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

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

  • Svelte

    Cybernetically enhanced web apps

  • applicationstate

    Utility for maintaining stateful applications

    You may want to take a look at lit-html coupled with ApplicationState [1] (disclaimer, I'm the author of ApplicationState)

    https://github.com/claytongulick/applicationstate

  • Immer

    Create the next immutable state by mutating the current one

    How does ApplicationState compare to e.g. https://immerjs.github.io/immer ?

  • es-module-devserver

    Discontinued Simple static server middleware with ES Module path resolution | now on https://codeberg.org/valpackett/es-module-devserver

    How lightweight is Web Dev Server? Back when the official way to go was still polyserve, I've had to make this:

    https://github.com/unrelentingtech/es-module-devserver

    which is a tiny middleware that uses regexps to accomplish the task instead of dragging in a JS parser :)

  • stencil

    A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.

    Been using Stencil for the past year or so as a way of extending our Angular app with client-specific apps (eventually looking to open this up to clients to upload their own components / apps).

    Overall it's done a good job but I still find the build system somewhat esoteric (there are a number of different approaches and it took some effort to figure out the right one for our use case).

    I have noticed development has slowed down over the past couple months: https://github.com/ionic-team/stencil/graphs/commit-activity

    Hoping it's more a case of it approaching maturity as opposed to it being neglected...

  • SaaSHub

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

    SaaSHub logo
  • ficusjs

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

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

  • The Real Cost of UI Components Revisited

    5 projects | dev.to | 25 Jun 2021
  • Demystifying Web Components

    5 projects | dev.to | 22 Jun 2024
  • 🇫🇷 Input Component avec RiotJS

    2 projects | dev.to | 21 May 2024
  • 🇫🇷 Base d'une application RiotJS avec Vite

    3 projects | dev.to | 19 May 2024
  • Preact vs React: A Comparative Guide

    2 projects | dev.to | 23 Apr 2024

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