State management library use-interstate

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

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

    Simple and powerful state management solution for React

  • Hi everyone! I wrote the most simple yet powerful state management library for React: use-interstate. Its main goal is to make state sharing intuitive. Just check this out. The simplest use case is

  • Recoil

    Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

  • It can do more. It supports multikey state subscriptions, selectors. It is fully synced in its behavior with the natural React hook useState (which is not true for recoil, for example). It is because the library is written with the use of only standard React hooks under the hood. It is very flexible and allows dynamically resubscribing components to different states at any time of their life. With the help of TypeScript, the library use-interstate allows scaling to big applications. I tested its performance by comparing it with the libraries Redux and recoil: https://turtleflyer.github.io/compare-react-state-management-solutions/ (this is a description for this project). It is at least not worse (some scenarios show the advantage of use-interstate). I put my effort to document every detail of the library, so feel free to try it. And please post your feedback.

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

  • Domino's Pizza API

    1 project | news.ycombinator.com | 9 May 2024
  • Player-Driven Emergence in LLM-Driven Game Narrative

    1 project | news.ycombinator.com | 9 May 2024
  • Artillery: The complete load testing platform

    1 project | news.ycombinator.com | 9 May 2024
  • Show HN: Browser-based knitting (pattern) software

    2 projects | news.ycombinator.com | 9 May 2024
  • Mastering Web Animation with JavaScript Libraries: A Comprehensive Guide

    5 projects | dev.to | 9 May 2024