Using Zustand in React applications

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    RFCs for changes to React (by bvaughn)

  • React concurency - https://github.com/bvaughn/rfcs/blob/useMutableSource/text/0000-use-mutable-source.md.

  • React

    The library for web and native user interfaces.

  • context loss - https://github.com/facebook/react/issues/13332 AND the most beauty of it is that the store it provides is a hook and you can put objects or functions in it. How awesome is that!

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

    🐻 Bear necessities for state management in React

  • If you want to learn more about Zustand and what is proposes, visit the official page at https://github.com/pmndrs/zustand

  • redux

    A JS library for predictable global state management

  • In this post we are going to look closely to one of the state management libraries - Zustand. This is a good alternative to Redux for development of React applications if you find Redux too complicated or too heavy for your current project.

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

  • Introducing The FAR3 Stack: A Versatile Toolkit For Web Development.

    5 projects | dev.to | 3 Sep 2022
  • Discovering the front-end and React

    2 projects | dev.to | 3 Jul 2022
  • Can anyone please explain me What is the difference between React.js and Redux?

    2 projects | /r/cscareerquestions | 17 Dec 2021
  • My Top React Interview Questions

    4 projects | dev.to | 30 Jun 2021
  • Would Redux survive without its maintainers high level of engagement?

    8 projects | /r/reactjs | 7 Apr 2021