python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Nuxt - render HTML on server-side and keep this HTML and all the related assets stored so they never change in the future even if app code changes
I am currently working on a Nuxt + Express project which is deployed to AWS. The application is in SSR mode as it is required for the application to render on the server, however, the requirement is t...
Martin Sagat
Votes: 0
Answers: 0
Next.js class rendering bug, Why is the class applied to another element?
In the condition in which one element is displayed, and the other should not, is assigned to the class of the neighboring element
code
There is a login button component with a border gradient. I have ...
Semyon Nasekin
Votes: 0
Answers: 1
Redux reducer not Updating State in Next.js server-side-rendering
Problem: Action is dispatching and it's checked by reducer action.type. but after checking the reducer not updating the state. reducer returning default state.
Action is dispatching from [id].js
...
Shourov Ys
Votes: 0
Answers: 0
What's the difference between exposing environment variables in nextjs through the next.config.js vs with the NEXT_PUBLIC prefix?
According to the nextjs documentation, if I want to expose my environment variables to the browser I can just prefix them with NEXT_PUBLIC in my .env.local file, like so:
NEXT_PUBLIC_VAR=7
However, i...

Patrick Collins
Votes: 0
Answers: 2