Javascript – Next.js layout strange behavior
I have no idea of why that happens, i have a layout with my navbar, but when i refresh the page the navbar blink in the screen and fade away. My app dir tree: . ├── actions.tsx ├── api │ …
I have no idea of why that happens, i have a layout with my navbar, but when i refresh the page the navbar blink in the screen and fade away. My app dir tree: . ├── actions.tsx ├── api │ …
i hope you are having a great day ! i got a question... i'm currently learning next.js 13 and so i thought doing a personal project with it would be a good idea . Currently i'm doing an e-commmerce with…
I'm finishing my undergraduate degree and creating a website as my course's final project to promote my research. I'm learning next.js just for this. I have this sidebar in my layout.tsx, but I want to hide the "menuAlt" component only…
I'm trying to create a component that users can add or remove galleries to using Firebase as my store inside a next.js 13 project. As I'm using React hooks I've set 'use client' at the top level of the file.…
I want to access the search params in a Component or in Layout File to get the lang. There is an way to do that? I Read that is impossible to get the searchparams in Layout File, but there is…