Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
2 answers
26 views

So basically I have this problem with the viewport width not working as wanted in reactjs. I just want to make a simple design with the page having a background and a timer across with a blurred ...
raghav tiwari's user avatar
Best practices
1 vote
0 replies
33 views

We need to make a program for school, it works just fine I let gemini do some comments, they are in german tho, I could change it to english if I need to, I would like to know how I could improve it. ...
Ekillgamer2007's user avatar
0 votes
0 answers
28 views

Background React SPA with AWS Cognito for authentication. We have a page with restricted access; users must be a member of <groupA> in order to view /restricted_page. At login, we have: const { ...
A_Wunder's user avatar
  • 195
-4 votes
0 answers
42 views

I have a React single-page application with lazy imports and lazy routes. The problem is common: when I build a new bundle, release it, and then try to fetch a lazy-loaded component, the app crashes. ...
Guzuro's user avatar
  • 7
0 votes
0 answers
21 views

This is my config file for Column of Ant Design const config = { data, xField: 'ruleLabel', yField: 'ruleCount', xAxis: { label: { autoRotate: false } }, style: { ...
Conan Mori's user avatar
-1 votes
0 answers
22 views

I am using PrimeReact in an SPFx React application that runs inside Microsoft Teams. The component behaves normally in a browser, but inside Teams it automatically adds a chip after typing just one ...
Deep Ponkiya's user avatar
-2 votes
0 answers
34 views

I’m working on a React (Create-React-App) project that is deployed behind CloudFront + S3. Our application is 100% frontend JavaScript — we do not use PHP anywhere in our codebase or backend. However, ...
Pavan's user avatar
  • 7
-2 votes
0 answers
36 views

I have used this <iframe> in the header to make the video work as a background autoplaying video. It works fine on desktop and Android, but it does not work on iOS. On iOS the video stops at the ...
syed khizar's user avatar
2 votes
1 answer
24 views

I have this React App which uses a django API and everytime websocket data comes in, the displayed prices in my app are changed, my goal is that when they change they flash red/green for about 0.5 ...
Boriscodes's user avatar
-3 votes
0 answers
35 views

export default function PayUMoneyPayment({ data }) { const handlePayuNativeCordovaMobilePay = async () => { const key = "xyz"; const txnid = "txn_" + Math.random()....
Prathyush Lal's user avatar
-3 votes
0 answers
35 views

I recently reset my laptop and set up a fresh development environment on Windows. I installed Node.js (LTS) and pnpm. I cloned my repository, which has a nested folder structure. Directory Structure: ...
SJ K's user avatar
  • 1
0 votes
0 answers
40 views

I am working on a React/Next.js component that has a large number of independent useState hooks (potentially 50–100). A simplified version looks like this: const [name, setName] = useState(""...
MishraJi's user avatar
0 votes
1 answer
40 views

Here is minimal component code. I can't figure out why Container ref effect is being called twice. First when div is actually created, second time when increment button is pressed for the first time. ...
Evgeny's user avatar
  • 181
-1 votes
0 answers
21 views

I’m using React with AG Grid Server-Side Row Model (SSR). I have a situation where the backend returns fewer rows than the page size, but still indicates that hasMorePages = true because the user has ...
cejlonski's user avatar
-2 votes
0 answers
28 views

I'm using Firebase for my database, as well as HTML, CSS and jsx for the frontend. I have the following dropdown menu: <select className="seleccionar-empresa" ...
sodaCodes's user avatar

15 30 50 per page
1
2 3 4 5
31795