-
New Jan 21, 2026
A problem occurred evaluating project ':react-native-gesture-handler'. > A problem occurred starting process 'command 'node'' error
It's because Android Studio couldn't find node and should be run from a terminal window. If you are using Mac you can run Android Studio using this command in terminal. Note that if Android Studio is...
-
New Jan 21, 2026
OnScreen keyboard open for Pos system on focus
I am using electron react app and for pos system. I am making it open I have used the code but does not close once the keyboard is open const exec = require(...
-
New Jan 20, 2026
Next.js / React app is deployed to AWS Amplify, but the login is not workable [closed]
I have a next.js / React app. I can run it locally and log in with google locally. When I deploy to aws amplify, the app runs fine. However, when I try to log in, it always fails. The login seems to...
-
New Jan 20, 2026
What security measures to implement when using React JS and Python Backend with Rest API
I am building a React + python(Fast API) application where these 2 applications are connected via Rest API. My question is if anyone who knows the ENDPOINT , and params that needs to be sent, An...
-
New Jan 20, 2026
Node.js React error: @vitejs/plugin-react can't detect preamble
I have start web page which works. It lists AWS CF stacks. When clicking on stack, I would like to open new page and show stack details. I copy pasted 3 pages of start page, renamed them to st...
-
New Jan 20, 2026
Javascript async await returning single value of array [duplicate]
I'm trying to get data from an API call and update context with the result. I have this function to get data, this should return an array: export async function fetchAircraft(bearerToke...
-
New Jan 19, 2026
How to associate in-app purchase transactions with app user accounts in Cordova? [closed]
I’m building a hybrid app using Capacitor + React, with Cordova plugins handling in-app purchases (specifically cordova-plugin-purchase). My app allows multiple app-level user accounts on the same...
-
New Jan 20, 2026
Using iframe in React to display local HTML file
I am trying to use an iframe in my React app to display a local HTML file. When I try to run my app (npm run start) it instead seems like the iframe is loading index.html recursively. It works fine w...
-
New Jan 19, 2026
How to scope Tailwind CSS build in a Micro Frontend to prevent CSS bleeding (Host vs. MFE) without Shadow DOM?
I am building a Micro Frontend (MFE) using React + Vite + Tailwind CSS + Shadcn + (dndKit , sonner). This MFE is being integrated into a legacy Laravel host application. The project is large (500+ fil...
-
New Jan 19, 2026
How to control the content rendering within the tool-tip?
I have a Recharts BarChart with a custom tooltip whose position is manually controlled. When the user hovers over the tooltip, I freeze its position so it doesn’t move. However, when the tooltip is t...
-
New Jan 19, 2026
Having trouble translating blob file into image on NextJS App from MongoDB
I’m working on a project where I’m trying to display an image stored as a blob in my database. However, the image is not rendering on the page as expected. I’ve added the code for the first file in...
-
New Jan 19, 2026
How to update column without updating whole table [closed]
Steps to reproduce Steps: Open this link to live example: site (the source: codesanbox) Inspect using React Developer Tools Open Profiler and turn on Highlight update...
-
New Jan 19, 2026
Why does useEffect run multiple times even with empty dependency array
I am using useEffect with an empty dependency array , but it runs more than once, my goal is to fetch data from API only when component mounts. why does this happen in React and how can i ensure th...
-
New Jan 18, 2026
Removing the Title bar [closed]
I am wanting to make a custom title bar for my application. I am using c++ and WebView2. since I have some experience in making a website I thought this would be the best way to go, but I just can no...
-
New Jan 18, 2026
Telegram Login Widget does not send the message [closed]
I have a site on React on which I want to register my users - give them token response after they will be verified by Telegram Login Widget. When I was debugging I used VS Code ports and everythin...
-
New Jan 19, 2026
JSX Backend Framework: a Joke or a Problem Solver?
I’ve been experimenting with a way to make backend architecture as visual and readable as a React frontend. A Joke : This was a Joke against the huge mess that the misusage of server actions in React...
-
New Jan 17, 2026
Class based component constructor and supper() [closed]
Why do we use super() and why is it necessary if I am not using it react is throwing an error. And why should it only be written in co...
-
New Jan 17, 2026
Using webRTC to build fully real time client side game [closed]
I'm trying to see if I can build a real time game (like scribble.io) with webRTC , fully client side so that I don't have to incur a complex server setup and cost to start with. I have three main...
-
New Jan 17, 2026
About React with setState [duplicate]
I have a component ResultComponent and I wanted whenever I click "Edit" button, I will get the result of the value of attribute data-id and store it in state (property idClicked). I have...
-
New Jan 17, 2026
container and container-fluid not spanning full width [closed]
I used className="container" in React to wrap my elements, and I expected it to take the full width of the page with just a small padding on the sides. However, I noticed that the conten...
-
New Jan 18, 2026
The system cannot find the path specified. Error: Cannot find module [closed]
I am facing this error when running a React project via Vite. I've tried deleting package-lock.json and reinstalling the npm modules folder with npm i, npm run dev, npm run start, and npm start...
-
New Jan 17, 2026
CSS: How to make active tab show the same gradient slice as parent container (no separate gradient)?
I have a layout where tabs are visually part of the same gradient container. The block consists of: .purchase-tabs — 3 buttons at the top .purchase-panel — the main panel below The panel () has...
-
New Jan 16, 2026
Solving conflicting react router redirects
I am working on a basic app with React, Redux and React Router 7. This app has a /profile route which is protected. If you go on a protected route without being logged in, you are redirected to /l...
-
New Jan 17, 2026
Refreshing new access token using reacjs [closed]
In my application now I have been trying to implement access token refreshment using my refresh token so that a logged in user won't get logged out when the access token expires except when the re...
-
New Jan 16, 2026
Spring Boot JWT cookies not sent cross-site from React frontend on Vercel -> Render backend (403 Forbidden)
I have a Spring Boot backend hosted on Render and a React frontend hosted on Vercel. I’m trying to store JWT tokens in cookies and send them cross-site, but my POST requests to protected endpoints re...
-
New Jan 16, 2026
Expo React Native - render issue on Android only
I simply fetch a JSON from external API, put it into a state and render it. Everything works just super fast on iOS, but Android takes 5 times to render. Anything before the render itself takes a co...
-
New Jan 16, 2026
I trapped in tutorial hell what can I do?
I am just learning Html CSS and js, and it's been 8 to 9 months but whenever I start new project or anything my mind is just Blanket. My college is ending in this April and I don't have enough sk...
-
New Jan 16, 2026
How to use useMemo with dynamic per-record paths in TypeScript React dropdown?
I'm working on a React table where each row has a dropdown with actions (Edit, Delete). I want to optimize performance using useMemo, but I'm stuck because each row needs a different path based on th...
-
New Jan 16, 2026
Can you force a React state update? [duplicate]
I have a React project and in short I have a selector that selects projects. When a project is selected it should be set as selected and should start loading it's Revit version in the background (w...
-
New Jan 15, 2026
Is it an anti-pattern to fetch user data inside login mutation with React-Query?
I'm using expo with React-Query and I'm trying to design a clean authentication flow. My backend login endpoint only returns an access token (and expiration info), not the user object. So after log...