I built an open-source Reddit/Discord hybrid using React, TailwindCSS, and GraphQL!

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
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • lireddit

    Ben Awad has some good stuff (https://www.youtube.com/watch?v=I6ypD7qv3Z8) although I didn't watch the video, I just looked at the code (https://github.com/benawad/lireddit)

  • cometx

    All-in-one chat and forums for communities.

    I'm hoping that the code for Comet (https://github.com/joincomet/comet) can be a good learning resource for people using a similar stack.

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

  • dataloader

    DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.

    Make sure you don't have any N+1 issues. If you are using FieldResolvers to make database requests, use dataloader (https://github.com/graphql/dataloader)

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