FicusJS

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • 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

  • htm

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

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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