Need help making sense of TRPC + express + React setup

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lerna

    :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

    It feels dirty to be adding express as a dependency to a react project, but I'm pretty sure TRPC requires all of client and server code to be in the same node.js project, since types are shared. I've read that you can use a tool like Lerna to share types between node projects, but it requires a build step, which would diminish the benefits of TRPC.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • create-t3-app

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

    Yes to all 3 choices. T3 app does exactly this. It may be worth looking at their repo as an example to help save you time. https://create.t3.gg/

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

  • Pitfalls When Adding Turborepo To Your Project

    4 projects | dev.to | 15 Feb 2022
  • tsParticles 3.0.0 is out. Breaking changes ahead.

    3 projects | dev.to | 4 Dec 2023
  • Mocha/Chai with TypeScript (2023 update)

    3 projects | dev.to | 12 Aug 2023
  • Utility for making sure that I'm using the right `@types/react`

    2 projects | /r/typescript | 5 Jun 2023
  • [AskJS] Is there a silver bullet for consuming Typescript libraries in a Monorepo?

    5 projects | /r/javascript | 9 May 2023

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?