Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
33 views

I am finding a way to visualize rendered .tsx files locally and privately. Those .tsx design files are what claude usually produce when you ask for design ideas for a project. I have been checking ...
Takei Overa's user avatar
-4 votes
0 answers
55 views

I’m looking for a way to locally and privately visualize/render .tsx files on my PC. Specifically, I’m referring to the .tsx design files that tools like Claude generate when asked for UI or design ...
Takei Overa's user avatar
0 votes
2 answers
45 views

I’m building a small ML-backed API using FastAPI (Python) and consuming it from a React frontend. Locally, everything works as expected. However, in production (Docker + reverse proxy), the same ...
Shyam Sathish's user avatar
-10 votes
1 answer
74 views

I am calling an API using fetch() in a React application. The request succeeds, and response.ok is true, but when I try to parse the response using response.json(), I get this error: Uncaught (in ...
Natansh's user avatar
-1 votes
1 answer
64 views

I have formatted the object accordingly and my to-do items are showing. When deleting a item the issue persists that the item only goes away from the UI when manually reloading the page. How can this ...
Mezzo's user avatar
  • 21
Advice
0 votes
2 replies
26 views

I am reading this NextJS documentation, but there is something I don't understand: What's the point of SSR when it comes to lazy-loaded components? SSR is designed to return the rendered HTML ...
Adrian's user avatar
  • 2,156
0 votes
1 answer
31 views

I am working on a input form for adding a food item but I ham having a error which I could not solve and need help. Below is code: const schema = zod.object({ name: zod.string().min(2, &...
Sohail Shams's user avatar
2 votes
1 answer
69 views

I installed the required packages: npm install react-slick slick-carousel But I am getting this error when trying to use react-slick: Element type is invalid: expected a string (for built-in ...
Kochikame videos's user avatar
-1 votes
2 answers
37 views

So basically I have this problem with the viewport width not working as wanted in React. 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
1 replies
54 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
33 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
-5 votes
0 answers
54 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
  • 5
0 votes
0 answers
22 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
24 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
-3 votes
0 answers
39 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
  • 5

15 30 50 per page
1
2 3 4 5
31790