Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
9 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
36 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
-3 votes
0 answers
31 views

So i have been working in mutitennant ecom site using node and react and using env.local for environtment variables and i am facing issue while integrating phonepe i think i am using wron 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
44 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
27 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
53 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
70 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
-1 votes
1 answer
35 views

I am trying to insert the cookie from my Backend to my Frontend, but even with 100's of attempts I am not able to perform it. I tried everything. I tried to update the CORS policy, I even changed the ...
Gaurav Tripathi's user avatar
-1 votes
1 answer
22 views

When a search is being performed in MUI's DataGrid component, how can the search term (ie. QuickFilter) be used to highlight the matching texts within the rows of the grid? (similar to search ...
vsync's user avatar
  • 133k

15 30 50 per page
1
2 3 4 5
31795