React and SignalR

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • TypedSignalR.Client.TypeScript

    TypeScript source generator to provide strongly typed SignalR clients by analyzing C# type definitions.

  • I have a SignalR hub in my C# backend and I generate a typescript client for it using https://github.com/nenoNaninu/TypedSignalR.Client.TypeScript. However, I am not very experienced with react so I do not know how to integrate this generated code into react components. My main issue is that I connect to SignalR from the component and if the component updates, a new connection is created. I would like to move this out of the component so it does not constantly make new connections.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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