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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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...

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. core

    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. (by stenciljs)

    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

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

  5. radiofeed-app

    Simple podcast aggregator

  6. semanticText

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

  7. SaaSHub

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

    SaaSHub 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

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?