476,657 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
19
views
Expo React Native dependendency Unable to resolve issue
I'm working on mobile pet project on Expo React Native. I'm Java developer, that's why there is lack of react knowledge, even some basik consepts can be missed.
So, my app was working fine, even ...
0
votes
0
answers
22
views
want to open webview for react flow in same window as kivi app
I want to open a webview for React Flow in the same window as my Kivi application, but I keep getting a warning saying that I need to install CefPython, which is incompatible with my Python version of ...
0
votes
0
answers
34
views
Media Session 'enterpictureinpicture' action handler not triggering in Chrome
I'm trying to implement automatic picture in picture functionality in my React video player using the media session API's enterpictureinpicture action handler, following the guidance here.
However, ...
-3
votes
1
answer
65
views
Lifting up variable with state [closed]
I have a header with a few buttons, and am handling the click in the parent App() component.
Lifting the state was easy enough, but I am unsure how to pass a variable in the function I am using to ...
-4
votes
0
answers
31
views
Next.js 15.5.9 File Upload Issue – Need Community Insights [closed]
Next.js 15.5.9 File Upload Issue – Need Community Insights
I’m facing a tricky issue in Next.js v15.5.9 related to file management in production, and I’d really appreciate some guidance from the ...
-7
votes
0
answers
65
views
Best practices and tools for building a full-stack E-commerce MERN/Next.js application [closed]
I’m starting a full-stack e-commerce project (Front-end, Back-end, and Admin Dashboard) including features like Auth, Payment Integration, and Checkout. I have a few questions to ensure I start on the ...
0
votes
1
answer
68
views
Vertical alignment discrepancy between different views in a React sticky header layout
I am building a dashboard with React and Tailwind CSS. The layout consists of a sidebar and a main content area. Both the sidebar header and the main content header have a fixed height of h-28 to ...
Advice
0
votes
0
replies
62
views
Google Maps reloads tiles as gray when revisiting previously viewed area in @react-google-maps/api
I am using @react-google-maps/api^2.20.6 to display Google Maps in my React website.
When a user pans or zooms the map, Google Maps loads the tiles correctly.
However, when the user moves away and ...
-2
votes
0
answers
80
views
fatal error: 'react/utils/CoreFeatures.h' file not found [closed]
I have updated my react-native version from ‘0.74.5’ to ‘0.77.3’. Changed kotlin version from "1.9.22" to "2.0.21". My ndk Version is "27.2.12479018". During this upgrade, I have ...
-2
votes
0
answers
48
views
Collapsible header with react native reanimated [closed]
I have been working on a collapsible header animation above a flat list in react native with expo, unistyles and react native reanimated 4.
I have looked for other examples on the internet but none is ...
1
vote
0
answers
75
views
React-three/fiber canvas only displaying when I manually alter the viewport
I've a project that takes a GLB, breaks it down into the two components and then populates a react-three/fiber canvas.
It looks great and gets fully populated by the GLB but only if I go in and ...
3
votes
2
answers
92
views
Can this React component be fully typed with correct generics and narrowing?
Can this React component be typed,
such that if the Renderer component is defined,
itemList can only be an array of parameters for Renderer,
and if Renderer is undefined,
itemList can only be an array ...
0
votes
1
answer
75
views
What is the benefit of another API useEffectEvent over old useRef?
Going through the docs and solving the challenges here https://react.dev/learn/separating-events-from-effects#challenges, there is a challenge with a counter and an increment input, but the increment ...
-2
votes
1
answer
42
views
React 19 Boiler plating [closed]
I am trying to create a custom boilerplate, For the routing part i am planning to use react-router. So for that I am confused whether I want to use declarative mode or data mode.
Please suggest which ...
3
votes
1
answer
47
views
Responsive Design using Chakra UI Show Component with When property
The newer Show component now has a when prop, but no longer has the above or below props. I'm trying to follow along with an exercise to use the Show component to display a grid item only on certain ...