The simplest React state manager now at stable release

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

    The simplest app state management for React

  • Would that be the transform function from here [1]?

    I do agree too that this definitely should be a library on its own.

    Anyway thanks for your work; I'll definitely check SimpleR in my project.

    [1] https://github.com/arnelenero/simpler-state/blob/f6336817c9e...

  • jotai

    👻 Primitive and flexible state management for React

  • Looks like it's based on the same idea as jotai[1]

    [1] https://github.com/pmndrs/jotai

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

    Business logic with ease ☄️

  • I found effector[1] after I started looking around for a state manager which:

    1. Either supported multiple stores or provides a way to subscribe to individual branches (as opposed to the entire store).

    2. Had an action/event abstraction similar to redux where multiple branches (or multiple stores) could subscribe to the same action and update independently (and without knowledge of invoker).

    I have been using it for some time and have had a good experience.

    The core is framework agnostic (with additional integrations for react & vue).

    I started used it with Svelte and its API matches the expectations of Svelte stores so you can use it without needing any additional integration, which was cool. Later I used it with lit-element through a 5 line custom integration and that worked pretty well too.

    [1] https://github.com/effector/effector

  • redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

  • Note that our official Redux Toolkit package specifically resolves most of the concerns people have expressed over the years about "Redux boilerplate", including drastically simplifying writing reducers and actions and including support for thunks out of the box. RTK is now the standard approach for writing Redux logic:

    - https://redux-toolkit.js.org

    - https://redux.js.org/tutorials/fundamentals/part-8-modern-re...

  • aniuta

    Discontinued The simplest state manager for Expo and React Native

  • 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

  • Honestly, what is the best, pain-free state management in React right now?

    16 projects | /r/reactjs | 23 Feb 2022
  • How to add custom types to a javascript library

    1 project | dev.to | 6 Dec 2021
  • Teaful DevTools Released!

    2 projects | dev.to | 2 Dec 2021
  • How do I replace getInitialProps in _app?

    1 project | /r/nextjs | 27 Nov 2021
  • Recoil, MobX, React Query which one to choose for serious project

    3 projects | /r/reactjs | 25 Jun 2021