Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
-1 votes
0 answers
19 views

I'm refactoring my website right now, and I'm new to Next.js. All the tutorials I've found online have been super helpful, but something I still don't get is how to set the class name of a div in A....
DottoraQN's user avatar
0 votes
0 answers
21 views

I’m researching the internal behavior of React Server Components (RSC) and the Flight protocol, specifically in relation to the React2Shell vulnerability (CVE-2025-55182). This exploit abuses the $@ ...
G1t0 a.k.a Pr0f3550r1's user avatar
0 votes
0 answers
30 views

vite react node project 404 (Not Found) on localhost http://localhost:5173/ Frontend useEffect(() => { const fetchData = async () => { await axios .post("http://localhost:...
sobhan p's user avatar
0 votes
0 answers
52 views

In a NextJS16+ app using app router, assume the following server component: const getData() = async () => { "use cache"; cacheTag("data"); return databaseCall(); }; const ...
ojathelonius's user avatar
Best practices
0 votes
3 replies
83 views

My meanings and thoughts are related to pure purpose. Also, in particular case what about the JavaScript projects. Best practices to integrate. Can we use it in old projects or the best ways are ...
Hri100's user avatar
  • 11
0 votes
1 answer
31 views

I am trying to import a React component Menu.jsx from App.jsx in my Electron app. No errors are showing up, but nothing is being rendered and are not added to the DOM (the body is empty when I looked ...
Faseeh's user avatar
  • 11
-3 votes
0 answers
35 views

https://github.com/sabaPhruidze/Saunje . built the react native expo project. where I used map, expo camera, expo gallery and firebase for backend many other things. it works perfectly in the expo app....
trenyth programming's user avatar
-1 votes
0 answers
23 views

I am encountering an issue with Hot Module Replacement (HMR) in my Storybook environment while developing with React Konva and Vite. When I change code in my custom Konva shape component (KonvaElement....
Nero's user avatar
  • 49
-6 votes
0 answers
77 views

I'm looking for a method to seamlessly install an application that has a react interface (or front-end) and a python processing where the communication could be through json-rpc or IPC. We can do npm ...
everyDay0's user avatar
  • 107
0 votes
2 answers
62 views

i need some help with react swiperJS. Im trying to do coverflow animation, but whenever i refresh the page it always stuck on the last item. i only have 3 items to show. But when i add 5+ items it ...
pandu's user avatar
  • 75
2 votes
1 answer
42 views

Issue I'm working on a React application and wanted to try the newest version of Zod (4.1.13) for input validations along with react hook form. I've been struggling with the z.email() function as it's ...
Andres Gomez's user avatar
-1 votes
0 answers
28 views

I’m debugging a subscription-ordering issue in React-Redux v9 (React 18, modern useSyncExternalStore-based subscriptions). I have a parent component that conditionally renders a child based on Redux ...
user31782's user avatar
  • 7,805
-1 votes
1 answer
23 views

On sign-in, NextAuth sets a cookie next-auth.callback-url which points to the page where you were going when the login kicked in, even if its URL is protected in your matcher. On sign-out it goes back ...
dschulten's user avatar
  • 3,205
Best practices
0 votes
4 replies
77 views

I need to capture some user input in the middle of an async function and then continue the function after the user responds. Conceptually, something like this: const getUsername = async () => { //...
Tudor Morar's user avatar
  • 3,876
-6 votes
0 answers
28 views

import useRestMenu from "./utils/useRestMenu"; import { useParams } from "react-router"; import Shimmer from "./Shimmer"; import useRestMenu from "./utils/...
Pinky Goyal's user avatar

15 30 50 per page
1
2 3 4 5
31794