Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
14 views

I'm using TypeScript 5.5.2 and I have a helper function that can return either an object or null. However, TypeScript only infers the object type and completely ignores null in the return type. Here ...
Ali Ehyaie's user avatar
  • 1,334
Advice
0 votes
0 replies
16 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'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
0 answers
40 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
38 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
33 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
24 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
Best practices
0 votes
3 replies
45 views

I've got a question! I have an app where I use Zustand for my state management. For example I have states for the currentProject, current dataset and current view which decides what it shown. I now ...
Joscha Diederichs's user avatar
-1 votes
0 answers
24 views

I’m building a dynamic form builder using Airtable’s OAuth PKCE flow. My stack is: Frontend: React + Vite on Vercel Backend: Node.js + Express on Render OAuth provider: Airtable The OAuth flow works ...
QuantumSpectre23's user avatar
-3 votes
0 answers
28 views

I am a fresh developer and my current tech stack includes: React.js for frontend Node.js and Laravel for backend I have built dashboards, CRUD operations, forms, API integrations, and some full-...
Prajapati Govind's user avatar
1 vote
2 answers
56 views

This is the hook I use to activate the navbar item when its section is visible in the screen, for example: section with id "#howtoorder" is in the visible part of the screen, then the navbar ...
seventeen's user avatar
0 votes
1 answer
71 views

I have a page that on load, executes the following effect to retrieve data from a server const nav = useNavigation(); const loc = useLocation(); const [card, setCard] = useReducer(statefn, ...
GPorubanTKK's user avatar
1 vote
1 answer
45 views

Upon upgrading to Next.js 15+, per this thread (as well as this one), I refactored my Page.TSX components to have Promise-based params inside an async component function, which was required: 'use ...
gene b.'s user avatar
  • 12.7k
-2 votes
0 answers
45 views

I am trying to load data into a Bold Reports viewer component inside a React application. The report is configured to use an ASP.NET Core Web API endpoint as its data source. I added ajaxBeforeLoad ...
Mikias Gebresilasie's user avatar

15 30 50 per page
1
2 3 4 5
31795