-
New Sep 10, 2025
Nodejs backend endpoint not hitting consistently. Using nginx, ec2
I have a game where people can draw and guess, similar to scribble.io. I'm using Nginx for load balancing, hosted on AWS, with a backend written in Node.js. The problem I'm encountering is that my b...
-
New Sep 9, 2025
Do I use the it wrong the concept behind notification with websockets? [closed]
I use websockets to get notified when a user create a meeting or create holidays or employees send his times when he worked. Every time when anyone creates/updates/deletes a record, I send a message t...
-
New Sep 9, 2025
Full width navigation menu with shadcn UI or radix primitives
I have tried all day to get the NavigationMenu component in both Radix and Shadcn to span the full screen viewport width but to no avail. I have used every trick imaginable including the "left-...
-
New Sep 9, 2025
Stuck With Meta Tags Rendering Of My React Application [closed]
I have my application built with react+vite in javascript. Now The Problem is when I use react v19 meta tags which don't need helmet it works perfectly fine, but when I use react snap, none of the...
-
New Sep 9, 2025
My React Application doesn't automatically run server.js [closed]
I created a React application for my frontend, and I also have my backend. When I run a command npm start on my frontend, then my application works fine, and it sends the API calls to the backend....
-
New Sep 9, 2025
Sharing context across apps/packages in Turborepo
My turborepo has several packages, one of which is a ui library that uses some context providers. I export these context providers (Theme, Toast, etc.) so that I can use my UI components in my apps an...
-
New Sep 9, 2025
How to make vis.gl react google maps work with Terra Draw
Google Maps drawing manager has been deprecated since August 2025, and their advice is to switch to Terra Draw. I'm using @vis.gl/react-google-maps library to display a map on my react app, it provid...
-
New Sep 9, 2025
How can I avoid polling when fetching Outlook appointment data for add-in
I'm making an outlook add-in inside a web app we already have (React app on vite, using React 18). I looked for hooks or ways to get the data from outlook (title, attendees, times, everything for a bo...
-
New Sep 10, 2025
type string is not assignable to type button submit reset undefined ts 2322 [duplicate]
I want to create component (custom modal form) in reactjs index file <CustomModalForm button={UserModalFormConfig.button} /> config file export const UserModalFormConfig = { but...
-
New Sep 9, 2025
How to debug only one file in Next.js 15 (Chrome DevTools & VS Code) without stepping into node_modules or other components?
1.Chrome DevTools problem I set up an ignore list (/node_modules/) so it doesn’t step into libraries. But when I add a breakpoint inside a useEffect in my component and step through the code, Dev...
-
New Sep 9, 2025
Android 15 statusbar background color
Title: Android 15: Status bar and navigation bar overlapping app, color stays transparent instead of following app theme Body: I am building a React + Ionic mobile app with Capacitor. After updating...
-
New Sep 9, 2025
Why does whitespace-nowrap fixes an unexpected line break between an emoji and the text?
I solved this by adding whitespace-nowrap to the <p> tag, but I don't understand why this was necessary. I thought that because I used flex, the container would automatically adjust its siz...
-
New Sep 9, 2025
reack-slick for responsive screens
I'm trying to show different number of cards on different media screen using react-slick i try too many time's but is your texton show default cards not the responsive one. let settings = {...
-
New Sep 9, 2025
Electron app loading local React bundle - DOM never hydrates despite JS execution
I'm building a cross-platform application (web + desktop) where the React + Vite frontend is hosted on Vercel. While using mainWindow.loadURL('https://example-app.vercel.app') works, it has signific...
-
New Sep 9, 2025
Unable to resolve imported file
The error: Unable to resolve ../components/ThemedView from app\(auth)\register.jsx // ThemedView.jsx import { View, useColorScheme } from 'react-native' import { Colors } from '../constants/Colors...
-
New Sep 9, 2025
Not Able to update Single Type in Strapi
I have created a single type in my strapi named "LibraryConfig". When I am trying to update the data in this single type using api, so the response is successfull but when I see the st...
-
New Sep 9, 2025
onChange in a Radix 3.x TextField.Root component
how can I get an onChange prop work within a Textfield.Root Radix component?(I must specify that I use Radix 3.2 - they ditched the old Textfield.Input when entering 3.x) function MyComponent (...)...
-
New Sep 8, 2025
React Native Expo Malware Detected [closed]
After npm audit I got that final errors. 152 critical errors. "detected_malware_packages": [ "color-convert", "color-name", "debug", "err...
-
New Sep 8, 2025
React (Vite) app not loading on Windows hosting (index.html not served, 500 error with web.config)
I deployed my React app to a Windows hosting. I uploaded the contents of the dist folder into the httpdocs directory. When I open login or register page, the app works correctly (because of React...
-
New Sep 8, 2025
How to get rid of this error in React native
Does anyone else get this error and just have to ignore it constantly? Unexpected text node: . A text node cannot be a child of a <View>. There's not an extra '.' somewhere in my code as it s...
-
New Sep 8, 2025
Header checkbox (“select all”) doesn’t update selection in production (works in local dev)
I have a MUI Dialog that contains several DataGrid components (one per “group” of skills). Each DataGrid allows multiple selection via checkboxes. I store the selected row IDs per group in state, th...
-
New Sep 8, 2025
electron-store is not saving specific values
I cannot get these 2 new values to be stored in my cache.json file. I have tried to debug for 3 hours to no avail. I want to store types.ts export interface UserConfig { TMDB_API_KEY: string;...
-
New Sep 9, 2025
Using RTK Query to create a library for calls to my API
I have a REST API that I want to call from multiple React projects, and I was thinking to make a library that exposes the REST API calls, using the Redux...
-
New Sep 9, 2025
Unable to output successfully compiled react component into DOM
I've trying to integrate react into an existing project. I'm starting by setting up a simple button component to get started. The project is an express app that uses handlebarsjs to handle the vi...
-
New Sep 8, 2025
Deployement question of a react/express/mysql project [closed]
i am currently looking to deploy a project whith the following stack : Two react apps (admin and client ) Express js for back_end Mysql (myPhpadmin) for data base Any suggestion of the best way to de...
-
New Sep 7, 2025
Showing all the DEVICON icons in react app [closed]
I found DEVICON which is perfect as it contains the icons of all the major programming languages. What I want to achieve is to display all the icons in a modal dialog so the user can pick which they...
-
New Sep 7, 2025
Why is my cache invalidation of RTK (Redux Toolkit) not working? [closed]
I’m working with Redux Toolkit Query (RTK Query) in a React application, and I’ve run into an issue with cache invalidation not behaving the way I expected. Context I have a feature where users can...
-
New Sep 7, 2025
I am trying to open a Qwik-Resource from the navigator with Alt + Click
If you know Qwik, you should understand that you can open the Qwik component from the navigator(for example, Chrome) and open the file and the line where the component was described in Visual St...
-
New Sep 7, 2025
'tailwind' is not recognized as an internal or external command, operable program or batch file [duplicate]
man I was installing tailwind CSS (without Vite) and every time I tried to install it get installed but while initializing it says: 'tailwind' is not recognized as an internal or external command, o...
-
New Sep 7, 2025
Struggling in building QR scanner in react native 0.68.5 [closed]
I tried react vision camera and qr scanner library but not working properly with RN 0.68.5 .If anyone has ever built it on this RN version Please help I tried upgrading degrading the versions...