close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 2
1 answer
42 views

I am testing the new build.chunkImportMap option in Vite 8.1 with a React app that uses React.lazy(). My basic setup import { lazy, Suspense, useState } from 'react' const LazyPage = lazy(() => ...
Score of -4
1 answer
125 views

I'm comfortable building React applications, but I often feel like I'm making architectural decisions by intuition rather than understanding. For example, I struggle with questions like: Where should ...
Score of -2
1 answer
82 views

I am building a Water Sort Puzzle game using React + TypeScript. During a requestAnimationFrame pouring animation, the destination bottle temporarily becomes a single solid color. The existing lower ...
Score of 2
1 answer
88 views

I am trying to understand how transitions work in React. Everytime I read the docs, I get a reasonable understanding but when I experiment with it, the understanding breaks down. I am unable to ...
Score of -1
1 answer
74 views

I want the names of individual groups to be a link I'm trying to create a custom component ColumnGroup (Rsuite 6.2.2) like this: const CustomColumnGroup = (props) => { const { Column, ColumnGroup,...
Score of 2
1 answer
115 views

When using something like a simple custom fetch hook: import { useEffect, useState } from "react"; import useAxiosPrivate from "./useAxiosPrivate"; function useFetch(url) { ...
Score of 1
1 answer
98 views

I was testing Activity in react 19.2 and noticed that a component using useEffect keeps the old store value after the activity is hidden and then shown again. The same example works correctly with ...
Score of 0
1 answer
70 views

is there anyone a fix for this. Have been struggling to this hydration issue. Refer to the image, as you can see. I simply added a new className, the hydration shows. It seems like when I change code, ...
Score of -1
1 answer
120 views

I have to show icons (100+) in my React app so the used can select one which will be used on some diagram. I was able to achieve that so my import looks like ... import * as IconsFa from 'react-icons/...
Score of 2
3 answers
174 views

Are the wrappers in ReactJS functions, HTML like tags, or something else? If they are functions then how they work like HTML tags(closing and opening)? <BrowserRouter></BrowserRouter> <...
Score of -1
1 answer
112 views

I am building a banner component in React (Vite/CRA) where a smartphone image overflows out of the top of a container box, but a background blue circle needs to be clipped cleanly at the bottom edge ...
Score of 2
0 answers
146 views

I am working on a React application where a single form is divided across multiple tabs. The form is managed using React Hook Form, while each tab contains a separate group of fields. The issue is ...
Score of -6
0 answers
91 views

I am currently learning Node, Express and React and have an Express API plus React front end on my localhost. The API call is getting the following data, but the React component is unable to read it. ...
Score of -2
0 answers
127 views

I have a search component that fetches users as the query changes. The state seems correct in React DevTools, but sometimes the UI displays results from an older search. function UserSearch() { ...
Advice
2 votes
1 replies
117 views

I had a question about why we need to have two types of react-router and react-router-dom and I wanted to understand the difference between these two packages and which one is better for today's webs ...

15 30 50 per page
1
2 3 4 5
31696