Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
36 views

I am developing a chat interface for a sports social marketplace app using React Native (Expo/Bare). Initially, my input field was being hidden by the keyboard, which I fixed using ...
Dev Learner's user avatar
-4 votes
0 answers
60 views

I have created a table in React which is rendered from an array. Please see the code below. For each header there is a cell underneath. There are 10 columns. When the X button is clicked I want the ...
spicy_orange's user avatar
-3 votes
0 answers
42 views

I am learning React and trying to update a state value inside useEffect. However, my component keeps re-rendering continuously. import { useEffect, useState } from "react"; export default ...
Ujjwal Bharadwaj's user avatar
0 votes
0 answers
65 views

I've been migrating a mid-sized app to React 19 and started using the new use() hook to read promises directly in components. The issue I'm running into is that even with a stable promise reference (...
Mathieu DRAPALA's user avatar
-9 votes
1 answer
96 views

useEffect(() => { const handleScroll = () =>{ if(window.scrollY > 100) { setShowModal(true); window.removeEventListener("scroll", handleScroll); } ...
ryn hbijan's user avatar
-3 votes
1 answer
93 views

Why does the error message appear TypeError: can't access property "map", headers is undefined? I have defined headers inside a state variable, passed it as props and used it inside a ...
Sarah Jane's user avatar
-7 votes
0 answers
72 views

Background. I am building AI-powered web applications where the UI renders personalized content — recommendations, pre-filled form fields, and dynamic layouts — generated by an LLM or a backend ...
DEBAJYOTI GHOSH's user avatar
Advice
1 vote
6 replies
102 views

I need to create a menu with three links using React.js, and they all need to be on one line. So far, I have the links created, but they are stacking up, one on top of the other. I am trying to get ...
user32685524's user avatar
Advice
0 votes
9 replies
144 views

What is best, keeping an app written in React or change the app to Flutter?
Abdullatif's user avatar
-1 votes
2 answers
84 views

I created a custom hook to fetch data and memoize it using useEffect and useMemo, but my component ends up in an infinite re-render loop. I can’t figure out why. Here’s a simplified version of my code:...
Talha Saeed's user avatar
Advice
1 vote
2 replies
116 views

I'm building a stock management project using React (with Redux-Toolkit). My project includes: Products Product variants Categories Stock management (add / remove / update quantity) Forms (create/...
moujjane ali's user avatar
Advice
0 votes
8 replies
91 views

Can you recommend me a MERN stack course according to the current industry demand and the below listed constraints? The constraints are: - Budget is around 25k INR. Course duration should be around ...
Mayank Jain's user avatar
-1 votes
1 answer
65 views

I am building a web-based 3D interactive project using React Three Fiber. The model is a character with skeletal animations (SkinnedMesh) generated by an AI tool. The project works perfectly on ...
kaixindeguobaoroudawang's user avatar
Advice
0 votes
0 replies
51 views

i have CRM dashboard made with ReactJS, client asks for integration with WeChat so he is able to send invoice data to WeChat as a .xlsx file, doing research i read that we can't open WeChat directly ...
aasem shoshari's user avatar
-1 votes
0 answers
85 views

I want to be able to expand the size of the window, and the datagrid, to cover two monitors, so the user can move elements around freely and resize them manually as need be, but I do not want the ...
bhagen's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
31716