Questions tagged [next.js]
Next.js is a minimalistic framework for server-rendered React applications as well as statically exported React apps.
                8 questions
            
            
            
                4
            
            votes
        
        
            
                2
            
            answers
        
        
            
                100
            
            views
        
        
            
            
            
        better-SQLite3 and JS/Next.js - updating data using "transaction"- shorter / better code?
                    I am pretty new to SQL databases and in particular to the better-SQLite3 database. I have managed to insert, update, and delete data in a way I desire. All of it running in the background of a self-...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                55
            
            views
        
        
            
            
        Multi Step Record Creation Form with Validation Using Formik, Yup, and MUI
                    This component is a multistep popup form designed to handle job vacancy creation. It uses MUI for the UI, Formik and Yup for form handling and validation. The form is divided into 4 steps: Job Details,...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                63
            
            views
        
        
            
            
        Databases, dependency injection and static methods
                    I'm working on a Next.js app and looking at the best way to structure database access. With Next.js and web based apps in general, there are lots of different "server actions", aka, API ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                125
            
            views
        
        
            
            
            
        Better way to parse data from nested JSON in Javascript/ NextJS
                    The nested JSON file contains names of US states and corresponding cities.
City.json
...
                
            
       
        
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                59
            
            views
        
        
            
        Do you think it's a good schema.prisma?
                    i'm trying to learn backend with Next JS, and i'm using Prisma + MongoDB. I want to create a simple website with a user with a cart and some products. here my schema :
...
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                847
            
            views
        
        
            
            
        React/Next.js code for a "back to top" button
                    Pretty new to React/Next.js. This is for a "back to top" button. Any thoughts on whether this can be improved? I haven't really got my head around when ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                698
            
            views
        
        
            
        NextJS NextAuth Implementation using Custom Token Source
                    I am new to NextJS, it has somewhat been forced on me and the existing code was not authenticating correctly (after a period the site would hang - not return to login - this was due to the way we were ...
                
            
       
        
            
                4
            
            votes
        
        
            
                1
            
            answer
        
        
            
                1k
            
            views
        
        
            
            
            
        NextJS with a root level catchall route for all URLs dynamic middleware that splits into components
                    Here is the solution that I have. Due to the legacy product we have all of our URLs in one big Slug model in rails that maps URLs to models.
EG
...
                
            
       
        