Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
22 views

Here is minimal component code. I can't figure out why Container ref effect is being called twice. First when div is actually created, second time when increment button is pressed for the first time. ...
Evgeny's user avatar
  • 179
-1 votes
0 answers
7 views

I’m using React with AG Grid Server-Side Row Model (SSR). I have a situation where the backend returns fewer rows than the page size, but still indicates that hasMorePages = true because the user has ...
cejlonski's user avatar
0 votes
0 answers
22 views

I'm using Firebase for my database, as well as HTML, CSS and jsx for the frontend. I have the following dropdown menu: <select className="seleccionar-empresa" ...
sodaCodes's user avatar
-3 votes
1 answer
41 views

I've made this simple modal in React with an if condition attached to a variable. If that variable is 'true', the modal shows up. If not, then it stays hidden. I've been testing out a bit and, while ...
idontcare69's user avatar
-1 votes
0 answers
26 views

I'm building a Next.js app with a grid layout. I have multiple components in the same column, but my TradingView "Top Stories" widget is wider than the others, even though they share the ...
Thodoris_Diamantidis's user avatar
-1 votes
0 answers
22 views

I'm fiddling with Tanstack Start and is having issue with returning Not Found component when the username doesn't exist for `/:username page. export const getProfileByUsername = createServerFn({ ...
ChuChuwi's user avatar
  • 1,117
-3 votes
0 answers
27 views

I have a plan to update from react 18.3 to react 19 and make use of the new api's in react and found this hook in react 19 to resolve promise data -> use from react, and we have use function in ...
Gowtham Subarayan's user avatar
Advice
1 vote
2 replies
36 views

Problem: I have a React + TypeScript site with ~1200 schools stored in Supabase (PostgreSQL). The page only loads the first ~20 schools to reduce API usage, so full client-side matching isn’t possible ...
CodingNinja's user avatar
-1 votes
0 answers
36 views

I have an app that contains a canvas I am drawing to. I use the current code below to calculate the mouse position (bound to the onMouseMove event): function positionInComponent(e: MouseEvent): ...
GPorubanTKK's user avatar
-1 votes
0 answers
50 views

I'm building a real-time chat application using React and WebSocket. I'm experiencing memory leaks when users navigate between different chat rooms. Each time a user switches rooms, a new WebSocket ...
Jeni Savaliya's user avatar
0 votes
1 answer
60 views

Next.js 16 dev server exits on Windows 11 silently when opening localhost:3000. Recently I've got the vunerability notice from the vercel regarding the critical RCE vulnerability affecting React ...
AmericaDoodles's user avatar
Advice
0 votes
3 replies
43 views

I'm new to stack overflow so i m not sure how to do everything right. I'm currently working on a university project where we have to make a website that displays some 360 degree photos. I have to code ...
user32025343's user avatar
-3 votes
0 answers
47 views

context : i am using react leaflet library to use map but i am getting a error that navigate is not define and using vite function ChangeCenter({ position }) { const map = useMap(); map....
Walter White's user avatar
-4 votes
0 answers
34 views

So i have been working in multitenant ecom site using node and react and using env.local for environment variables and i am facing issue while integrating phonepe. i think i am using wrong env ...
Shariq Rahman's user avatar
-3 votes
0 answers
25 views

I'm stuck on a weird issue with a shared hosting cPanel environment and hoping someone here has seen this before. I recently replaced an old static Next.js site with a new React (Vite) build. The new ...
Muhammad Faizan's user avatar

15 30 50 per page
1
2 3 4 5
31795