close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
36 views

How do I write a code in reactjs for a booking list to enable an admin be able to get all bookings made by customers and be able to accept and reject the bookings while the customer on the other hand ...
ROBERT NURU's user avatar
Advice
1 vote
1 replies
43 views

Problem I'm building a React app with Vite (not Next.js) and I need to manage SEO meta tags properly across all pages. I need: A site-wide title template like %s | My Site applied automatically on ...
Al Amin's user avatar
-2 votes
0 answers
23 views

I’m setting up a new frontend project using Vite with React and TypeScript. When I tried to install Tailwind CSS using the standard steps: npm install -D tailwindcss postcss autoprefixer npx ...
Nastassja's user avatar
0 votes
1 answer
88 views

Error: Type '{ activeHeader: boolean; activeMenu: boolean; }' is not assignable to type 'IntrinsicAttributes & boolean'. 'MobileHeader' cannot be used as a JSX component. Its type '(activeHeader:...
John Doe's user avatar
-1 votes
1 answer
37 views

My app structure is: A root layout (app/layout.tsx) A shared Header component, rendered on all pages (including static pages like home/about) Inside the header, an AuthButtons component that should ...
Abode Explorer's user avatar
Best practices
1 vote
3 replies
56 views

I have a React application built as a client-side SPA. For SEO, I am using react-helmet to set page titles, meta descriptions, and Open Graph tags per route. The problem is that organic traffic from ...
K-Maro's user avatar
  • 1
Best practices
0 votes
8 replies
106 views

What is the best practice in React + TypeScript to prevent component render looping in the following scenario: There is a standalone component (like an independent component from a library) ...
Zhihar's user avatar
  • 1,448
-1 votes
1 answer
66 views

with startTransition React can now decide some updates are not a high priority and can choose to ignore rendering an older update if its taking too long and continue with the latest one. eg. if we are ...
pranav fokmare's user avatar
-1 votes
0 answers
79 views

I'm building an internal auth SDK that requires a configuration method to run before any of its other functionalities will work. I've put logs all over the place, and I've discovered that when I call ...
VitaminTussle's user avatar
1 vote
1 answer
52 views

In visual studio I've created an empty solution, then I've created a basic react app. It works. Now I've created an emptyy aspire project and I want to add the react app to it so when I run the aspire ...
Jepessen's user avatar
  • 12.8k
-2 votes
1 answer
182 views

I am trying to pass a ref to a custom function, but I'm getting an ESLint error on dialog.ref from the react-hooks/refs rule of eslint-plugin-react-hooks. I am not sure why because I am not accessing ...
Joe's user avatar
  • 433
-2 votes
0 answers
65 views

I am working on a React component that implements a form with validation logic. The form includes the following fields: Name Email Employee ID Joining Date Each field has validation rules, and ...
Ambagwa Eugene's user avatar
Advice
0 votes
4 replies
102 views

I’m building a learning platform using React and facing slow initial load times due to large content and components. What are the best ways to optimize performance (lazy loading, code splitting, etc.)?...
skillvalix's user avatar
-1 votes
1 answer
92 views

I'm integrating the Canva Button into a Vite + React app. The SDK loads and my React button calls createDesign, but the SDK's embed request returns HTTP 403 and the Canva editor shows a "...
HARSH PANCHAL's user avatar
-2 votes
0 answers
62 views

I'm currently trying to write a my first React project using AI API and it's okay for now, except for one thing: every time I send a message, I use use state to display it, but by doing that, if I ...
Omar Benadada's user avatar

15 30 50 per page
1
2 3 4 5
31722