Connecting my Nest.js backend (GraphQL API) with Next.js

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

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

    The React Framework

  • If you do everything through API routes, you can keep the same code base for both SSR and client-side (example only fetching on the client-side through SWR but you can add a getServerSideProps to fetch on the server and pass it as initialData to SWR, more info here).

  • iron-session

    🛠 Secure, stateless, and cookie-based session library for JavaScript

  • Handle your JWT session through the server-side. I personally use with-iron-session because it’s quite simple to set in place and consume in your API routes.

  • 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
  • nest-next

    A template for a NestJS + Next.js app (by KennyStanleyJr)

  • I actually just made a template repo for running a Next.js app with a NestJS server. Here's the link https://github.com/KennyStanley/nest-next

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

  • @matstack/remix-adonisjs VS Next.js - a user suggested alternative

    2 projects | 24 Apr 2024
  • [help] - Go for web app

    5 projects | /r/golang | 17 Jan 2023
  • Having trouble with CORS and next.

    2 projects | /r/nextjs | 23 Aug 2022
  • How do you manage your app configuration?

    2 projects | /r/node | 6 Apr 2022
  • Backend for react

    2 projects | /r/reactjs | 27 Mar 2022