SolidJS's truly reactive state management, in React

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-solid-state

    Auto tracking state management for modern React

  • sycamore

    A library for creating reactive web apps in Rust and WebAssembly

  • While React's declarative style, composability, and ecosystem are all great, I really dislike all the tiny issues that one has to learn to deal with(identity based comparison for hook dependencies, the side-effects of batching setState calls, figuring out when a specific useEffect call is called, ..etc)[0].

    I've been meaning to try out some "truly reactive", vDOM-less libraries like Svelte, SolidJS, and Sycamore-rs [1] for a while now. Today, I ran into a library that ports all of SolidJS's API to React, so that one can still use React, but in a "trully reactive" way, and it's written by the author of SolidJS himself! I haven't tried it out but I was so excited that I had to share :)

    [0] https://typeofnan.dev/solid-js-feels-like-what-i-always-want...

    [1] https://github.com/sycamore-rs/sycamore

  • 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

  • Announcing samba – a Rust full-stack assistant for ballroom dancers

    2 projects | /r/rust | 7 Jun 2023
  • Sycamore -a library for creating web apps in Rust and WebAssembly

    1 project | /r/rustist | 9 Apr 2023
  • Sycamore ergonomics poll: Getting rid of <G: Html>

    1 project | /r/rust | 29 Oct 2022
  • Rust front-end framework

    3 projects | /r/rust | 1 Sep 2022
  • SolidJS's truly reactive state management, in React

    1 project | /r/reactjs | 11 Jul 2022