Do NOT use this tag for Next.js, use [next.js] instead. For questions related to Iterator, use [iterator]. For questions related to JQuery selectors, use [jquery-selectors]. For questions related to pagination, use [pagination]
Questions tagged [next]
92 questions
-1
votes
2 answers
I cant seem to get regular css to work in my next js 13 project. im a noob pls
I cant seem to get the default css to work in my next 13 project. I have a page.modules.css file and i'm using classname = styles.style
page.tsx
import styles from'./page.module.css'
export default function Home() {
return (

Trevor Clute
- 17
- 1
-1
votes
1 answer
Next js Link - Navigation reload my complete page
When i change page to about it reload the browser I dont want to reload page when Link to another page i use src structure here with typescript i remove all the extension but still give same issue i also use without src structure but same issue

Ahsan Shaikh
- 21
- 5
-1
votes
0 answers
Why npm run build after every changes in React Native
I have created a create react app with next where i am making changes but it's not rendering instantly. It shows the changes after doing npm run build and them npm run start. Here's my package.json right now:
{
"name": "e-commerce",
"version":…

Tanmoy Sarker
- 1,176
- 2
- 14
- 38
-1
votes
0 answers
What large dependencies can be spared to the client by using Server Side Rendering?
From the next docs:
Server Components allow developers to better leverage server infrastructure. For example, you can move data fetching to the server, closer to your database, and keep large dependencies that previously would impact the client…

Alexander
- 396
- 1
- 9
- 19
-1
votes
2 answers
Having a problem with getting the providers
how do i get these providers?
so i was following the javascript mastery tutorial and i did the exact same thing , but this useEffect to get the providers isnt working ( i tried alerting it to see it keeps showing null)
here's the piece of code of…

yacine bendjebbar
- 27
- 4
-2
votes
0 answers
unhandledRejection Error: Cannot find module
when I run next build , getting below error
unhandledRejection Error: Cannot find module 'next/dist/shared/lib/utils/warn-once.js'
Require…

Rishu Kumari
- 1
- 1
-2
votes
0 answers
in my nextjs app, css styling in dev mode is different than in build mode (next build)
I am tailwind, css-in-js, and plain css files in my components, they show as planned in dev mode, but when npx run build it looks way different, thuughts?

Ebrahim Ramadan
- 32
- 4