Recoil, MobX, React Query which one to choose for serious project

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

    👻 Primitive and flexible state management for React

  • Some of the benefits from this thread: https://github.com/pmndrs/jotai/issues/420

  • redux-loop-ts-example

    Example to demonstrate redux-loop with TypeScript

  • First class TS support, here an example project https://github.com/meandmax/redux-loop-ts-example/tree/master/src

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

  • Personally I'm finding Effector to be very useful for the kinds of projects I'm working on. It encourages small atomic stores which means you don't need selectors to avoid rerenders throughout the app. Effectors stores also handle updates from multiple dependent async effects and derived states really well.

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

  • 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
  • What's the better way of using many contexts?

    2 projects | /r/reactjs | 16 Jan 2021
  • Honestly, what is the best, pain-free state management in React right now?

    16 projects | /r/reactjs | 23 Feb 2022