I built a rather large personal project in React but I have little exposure to others React code. Does it measure up?

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

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

    Arwis | A cryptocurrency trading bot built with React.js, Node.js, Express.js, MongoDB

  • Your components are very inconsistently sized. Some are microscopic like Dashboard where it's unclear why there's even a component, and others are very large and complex like Profile. 50-100 lines is an average size for a file. If you are far outside that range (on either side), ask yourself if it can either be combined or broken up. It's good to be compartmentalized, but having hundreds of files with 5 lines each is just as bad as having one file with a thousand lines. Both are a problem in different ways.

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