Beginner's Thread / Easy Questions (January 2022)

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
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • react-material-ui-form-validator

    Simple validator for forms designed with material-ui components.

  • I'm using react-material-ui-form-validator for now, which handles validations nicely, though the documentation hasn't been updated for functional components and seems to need one to handle refs on one's own. I've seen Formik mentioned elsewhere. I'll look into that. Thanks.

  • redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

  • I would start with Redux Toolkit and their own docs. A lot of the tutorials you'll find elsewhere will be using the older redux patterns which are more complicated. If you prefer videos, I watched this tutorial on Redux Toolkit and RTK Query recently and found it clearer than others.

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

    collection of state management lib

  • If you need manage global states, you might want to check out global state management libraries - https://github.com/tnfe/awesome-state

  • YT-AWS-Cognito-React-Tutorials

    Discontinued AWS Cognito + React Tutorials

  • I'm fairly new to React and trying to do some basic user authentication with Amazon Cognito. I was following this tutorial and working with code cloned from this repo.

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