(noob) Can I use NextJS this way

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

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

    👻 Primitive and flexible state management for React

  • So if you're alluding to "prop-drilling" (the unpleasant practice of passing data from a root component into deeper and deeper component context), then what you need is React's Context API. Here's an article which explains the problem and implements the solution. It's worth noting that the base Context API is a bit cumbersome on it's own, so I would recommend a CQRS state management library like Jotai. Just be sure to to add the special configuration step for use with Next.

  • flux

    Discontinued Application Architecture for Building User Interfaces

  • React is built and intended to be used as ~Facebook's~ Meta's Flux architecture.

  • 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