advice wanted: simple react typescript setup

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
  • create-t3-app

    The best way to start a full-stack, typesafe Next.js app

  • react-proto

    Template React project with full TypeScript and SSR support. (by StopNGo)

  • 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
  • create-react-app

    Set up a modern web app by running one command.

  • Create React App is a CLI tool for setting up a React project with one command. The CLI tool downloads a project template and installs dependencies. The real guts of CRA is actually the react-scripts package, which is added as a dependency to the created project. react-scripts adds dependencies on several standard JS ecosystem build tools: Webpack for bundling the app, Babel for transpiling modern JS syntax so it works in older browsers, Jest for running unit tests, and ESLint to check for incorrect code patterns. react-scripts includes predefined configurations for each of those tools. For example, here's the Webpack config file included in react-scripts.

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