How React 19 Almost Made the Internet Slower

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • React

    The library for web and native user interfaces.

    "This gives us the best performance characteristics when you're following best practices (i.e. hoist data fetches to Server Components or route loaders), at the expense of making an already bad pattern a bit worse." [1]

    Their rational was pretty solid in the PR, but seems they overestimated how ready the community is to embrace newer best practices and are back tracking.

    [1] https://github.com/facebook/react/pull/26380

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

    Cybernetically enhanced web apps

    Shutout for Svelte. It took the best of VUE and react. It's fast and very lightweight when compared to Vue, which has a largish ecosystem.

    https://svelte.dev/

  • solid-docs

    OLD documentation for SolidJS and related packages, replaced by https://github.com/solidjs/solid-docs-next

    - SolidJS (fine-grain, fastest, most consistent) (dx similar to react) (small ecosystem)

    [1] https://www.solidjs.com/

  • williamcotton.com

    williamcotton.com

    I use React like the V in MVC for my homemade framework:

    https://github.com/williamcotton/williamcotton.com/blob/3719...

    That’s a link to a route handler (controller) that makes a graphql call (model) and then explicitly updates the DOM with renderComponent (view).

    FWIW, that code runs both client-side and server-side and it is written in F# that compiles to both environments.

  • mvc

    MVC framework using React as the view layer (by aha-app)

    > React was originally designed to be the V in MVC.

    So much this. As we built more sophisticated apps using React we were constantly frustrated with how much code was ending up in the views, and how difficult controller frameworks were to work with (looking at you Redux). So we built our own mini-framework that explicitly separates the view from the controller. Seems like a simply change but it is amazing how much more productive it makes developers, especially with large complex applications that need refactoring as they evolve.

    Unfortunately our skills are in writing code, not marketing, so we don't have a fancy website like most frameworks. But the details are here: https://github.com/aha-app/mvc

  • 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

  • The best Javascript UI framework to use in 2023

    4 projects | dev.to | 19 Dec 2023
  • How Do We Structure Our Admin Pages in WordPress

    3 projects | dev.to | 2 Feb 2024
  • Day 94: Frameworks

    4 projects | dev.to | 23 Nov 2023
  • Top 5 Js Frameworks

    4 projects | dev.to | 21 Sep 2023
  • Get Started: Must Know Website Builders for 2023 

    3 projects | dev.to | 4 Aug 2023

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