Please could you critique my first react app?

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

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
  • basic-math-quiz

  • Github: https://github.com/MarcoJHB/basic-math-quiz

  • create-react-app

    Set up a modern web app by running one command.

  • I'll suggest you use ESLint and a popular linting ruleset (eslint-config-react-app is one that doesn't go crazy with the number of rules, and also isn't opinionated on code style, which Prettier is a better tool for) as you will learn a fair bit from just looking up the rules when they trigger errors / warnings.

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

    Prettier is an opinionated code formatter.

  • I'll suggest you use ESLint and a popular linting ruleset (eslint-config-react-app is one that doesn't go crazy with the number of rules, and also isn't opinionated on code style, which Prettier is a better tool for) as you will learn a fair bit from just looking up the rules when they trigger errors / warnings.

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