What are popular ways of state management in React Native

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

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

    🐻 Bear necessities for state management in React

  • Zustand https://github.com/pmndrs/zustand

  • react-sweet-state

    Shared state management solution for React

  • https://github.com/atlassian/react-sweet-state Developed and maintained by Atlassian. I am using it in ZudVPN and tbh I never looked back to other state management libraries. It is simple, intuitive and does not require a top component Provider like the Context API.

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

    A mobile application to deploy private VPN servers in the cloud with DNS ad-blocking and other features

  • - In your components, just call `useStore` hook and require whatever state property you need: https://github.com/zudvpn/ZudVPN/blob/master/src/screens/MainScreen/index.tsx#L13

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

  • Latest Mozilla VPN features keep your data safe

    3 projects | news.ycombinator.com | 31 Mar 2021
  • Ask HN: What features do you look for when choosing a VPN solution?

    1 project | news.ycombinator.com | 18 Feb 2021
  • Difference between react-navigation and react-native-navigation?

    1 project | /r/reactnative | 24 Dec 2020
  • Heya, Introducing ZudVPN! Completely open source VPN app that uses your Cloud Provider (currently DigitalOcean only) to create on-demand server across their available region locations. Join the beta on TestFlight at https://www.zudvpn.com

    1 project | /r/VPN | 21 Dec 2020
  • My first npm, state management

    1 project | dev.to | 19 Dec 2022