First attempt at React app

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

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.io
featured
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.
www.influxdata.com
featured
  • talkbubble

  • Your App component is doing far too much. The componentDidMount function is massive and much of that should be broken out into a separate function. Abstract your network layer into separate utilities so all of that code isn't just dumped in your React component.

  • ws

    Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

  • I'd recommend ditching socket.io and using ws instead. socket.io is an unnecessarily opinionated wrapper for standard websockets that require you to use their client and server and have extreme browser support with fallbacks that you probably don't want anyone to use. Use native websockets and you'll have more control and can use it with any client/server you want and it'll be far faster for your users.

  • 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

  • Setting up a WebSocket server in Node.js

    1 project | dev.to | 25 Mar 2024
  • WebSockets 101

    2 projects | dev.to | 24 Jun 2023
  • Render.com and Websocket: Connection randomly being closed after 5-ish minutes?

    1 project | /r/node | 20 Sep 2022
  • Quick introduction to WebSockets with Node.js

    1 project | dev.to | 28 Aug 2022
  • How to save a websocket created using ws to redis?

    1 project | /r/node | 30 May 2022