As a beginner which is better Redux or useContext() API?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • redux-essentials-example-app

    Example app for the Redux Essentials tutorial

  • react-hook-form

    📋 React Hooks for form state management and validation (Web + React Native)

    Form handling => React Hook Forms

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

  • zustand

    🐻 Bear necessities for state management in React

    something that you can do, especially as a beginner, is replace redux with zustand https://github.com/pmndrs/zustand, a more modern variant of redux. just looking at the github frontpage is enough for you to grasp it, whereas with redux you are thrust into a never ending jungle of information that recently has only grown out since now you're dealing with new things replacing old baggage, like proxies, but somehow the old stuff is still underneath. tldr, use zustand.

  • hookstate

    The simple but very powerful and incredibly fast state management for React that is based on hooks

    Why don't you try out hook state

  • React

    The library for web and native user interfaces.

  • devtools

    Replay.io DevTools (by replayio)

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