You don't need Next.js (and SSR)

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

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-auth

    Authentication for the Web.

  • Now, can I do that in Next.js? Sure I can! Look at the https://next-auth.js.org/. But when I look at the actual application but with NextAuth, I see authentication information leaked everywhere. The API route itself is visible to the developers. The right way is that when application gets a request, they are sure to know that it is already authenticated. All the information is already available to them via hooks or some context (if talking about React).

  • 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

  • Streamlining Role-Based Access Control in Next.js with Descope and Auth.js: A Step-by-Step Guide

    2 projects | dev.to | 3 Feb 2024
  • Nextauth.js: Use <SessionProvider /> in Next.js "app" directory

    2 projects | news.ycombinator.com | 28 Jan 2024
  • NextAuth with AWS Cognito Email & Google Sign in

    2 projects | dev.to | 26 Jan 2024
  • Setting up Next.js with NextAuth, Prisma and "Credentials" Auth Provider

    1 project | dev.to | 25 Dec 2023
  • How to implement Reddit OAuth in my React app

    4 projects | /r/reactjs | 4 Dec 2023