close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
1 vote
1 answer
16 views

I am having what I'm sure is a really simple issue that I haven't been able to solve yet. I have a parent component and a child component, and I am trying to pass the dispatch made in the parent ...
-3 votes
0 answers
62 views

I'm trying to understand how useMemo interacts with component identity. import { useMemo, useState } from "react"; function Child() { const value = useMemo(() => { console....
-2 votes
0 answers
64 views

I am trying to load and read a calories.json file: [ { "id": 1, "Mangées": 4000, "Viequotidienne": 2000, "Sport": 1500 ...
Best practices
0 votes
4 replies
66 views

Problem I have a molecule-level component, a task row card, that behaves like a clickable container (clicking the row opens a detail side panel), but it also contains several nested interactive ...
0 votes
0 answers
47 views

I am building a desktop application using Electron.js with a React frontend and a Go (Fiber) backend. During development (npm run dev), everything works perfectly. However, I am facing an issue when ...
0 votes
0 answers
89 views

I'm working through this React tutorial. I'm stuck on Chapter 4 - Getting Started with React. When I run this sample code, the browser just shows a blank page: <html> <body> <div ...
-3 votes
0 answers
61 views

Here the GestureHandlerRootView is nullifying all touches, when removed all touch functionality is restored and working normally (except for the forms that use the gesture handles like the form below)....
-4 votes
0 answers
61 views

I’m debugging an intermittent rendering issue in a Next.js/React dashboard on macOS. Parts of the dashboard sometimes render as solid black rectangles. The rectangles appear visually on top of the ...
0 votes
1 answer
86 views

LiveKit works on localhost but fails on AWS Docker deployment with PublishTrackError: publishing rejected as engine not connected within timeout I'm building a video conferencing application using: ...
-2 votes
0 answers
112 views

I am building a simple static website to learn React, JavaScript, and Tailwind CSS. I created an audio-player component that can be minimized and restored. The component generally works, but I am ...
Tooling
1 vote
4 replies
132 views

I am working on a React project where I need to export the QR code along with the custom labels in PDF format. What is the recommended approach to achieve this ?Are there any libraries or best ...
-2 votes
0 answers
71 views

I started a React.js project with Tailwind CSS 2 days ago. Today I opened my project, and it showed me this "Cannot apply unknown utility class lg:" error. Although lg: is a valid Tailwind ...
0 votes
2 answers
102 views

I am a beginner with React Native Reanimated. I have a circular progress component using Reanimated and SVG. The animation works correctly when the progress prop changes after the component is ...
3 votes
0 answers
127 views

I'm getting the following TypeScript error after migrating my Next.js project from npm to pnpm: This JSX tag requires the module path 'react/jsx-runtime' to exist, but none could be found. Make sure ...
Best practices
0 votes
1 replies
70 views

I'm building an e-commerce application with an infinite-scrolling product list. A user may scroll through multiple batches of products, open a product detail page, and then navigate back to the ...

15 30 50 per page
1
2 3 4 5
31702