I can only think that modern front end development has failed

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

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.io
featured
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.
www.influxdata.com
featured
  • data-science-projects

    my data science projects (including ga projects) - datasets not included (by jocelyn-ong)

  • >Source?

    https://www.billboard.com/charts/hot-100

    You can change the week yourself.

    If you pick a few random weeks before 2000, you don't find this pattern with the same artist in the Top 20 twice.

    If that's not enough evidence then there is a Python web scraper: https://github.com/jocelyn-ong/data-science-projects/blob/ma...

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

  • I like what I'm seeing in Web Component technology, but it's not fully there for me yet.

    Suppose your base Design System is web components. Most Microfrontend (MFE) teams will still pick up an off-the-shelf React, Vue, Angular, etc.

    But VDOM and web components don't always play nicely. If you have Parent-Child web components, specifically 1 parent with N-immediate children, React can't resolve this gracefully. Every render past the first breaks with Stencil. That's a pretty significant issue, because (very) components like Select dropdowns are modeled as 1 parent with N immediate children.

    So you can't any longer stay in React's declarative model. The workaround (last comment in issue) has you writing imperative code to fix the problem.

    It has that "using D3 in React" vibe to it. It works, but it's not nearly as elegant as if you had, say, a React-based Design System (but then, of course, all your MFE teams must use React).

    https://github.com/ionic-team/stencil/issues/2259

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

    The speed of a single-page web application without having to write any JavaScript (by hotwired)

  • i'm currently trying out https://turbo.hotwire.dev/ which is a new library from the basecamp guys, which makes it really easy to create SPA feeling sites with rails, using little to no javascript, and in a very unobtrusive, intuitive way. i'm guessing it's going to be an integral part of the upcoming rails 7 release.

  • radiofeed-app

    Simple podcast aggregator

  • semanticText

    Copy paste tool that analyzes the semantic description of all text in the DOM

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

  • Stencil

    1 project | news.ycombinator.com | 13 Mar 2023
  • Stencil JS

    1 project | /r/webdev | 29 Nov 2022
  • StencilJS: Generate reusable, fast, Web Components that run in every browser

    1 project | news.ycombinator.com | 13 Nov 2022
  • Opinions on StencilJS?

    1 project | /r/reactjs | 7 Nov 2022
  • Hexagonal architecture as a solution to the obsolescence of UI frameworks

    4 projects | dev.to | 7 Nov 2022