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

I built a simple user administration app in JavaScript/React. It covers the basics, listing users, adding, editing, and deleting them, but I feel like there's a lot of room for improvement and I'm not ...
Gurken Sandla's user avatar
-1 votes
0 answers
25 views

I’m using Mantine useForm with Yup resolver inside a modal. I have a two-step UI: Step 1: Action selection User clicks either Approve or Reject Step 2: Remarks + final submit After clicking action, I ...
Emdadul Haque's user avatar
0 votes
0 answers
18 views

I am using a stripped down version of the example used in the documentation, however I get these errors: Here's my code: import Box from '@mui/material/Box'; import { DataGrid, type GridColDef } from ...
Travis Heeter's user avatar
0 votes
1 answer
69 views

I am building a Next.js 14 app using the App Router. I have a dynamic route /products/[id] and I'm using useEffect with the params.id as a dependency to fetch data whenever the user navigates to a ...
Sumit Mayani's user avatar
Advice
0 votes
2 replies
52 views

[plugin:vite:import-analysis] Failed to resolve import "./src/assets/Header.jsx" from "src/App.jsx". Does the file exist? C:/Users/MCLAREN/Desktop/Website react/my-react-app/src/...
M A Aziz Umair's user avatar
0 votes
1 answer
102 views

I'm working on a calendar for a project where, when a chosen event is clicked, a pop-up box is supposed to appear right above the clicked element. I originally tried to do it where it works based on ...
zichyboy's user avatar
  • 195
1 vote
2 answers
173 views

I have a component that redirects the user to whatever protected route they were trying to access after they log in via: export const ProtectedRoute = () => { const { token } = useAuth() const ...
vance's user avatar
  • 31
Advice
0 votes
3 replies
78 views

I currently get a jwt token from my backend and save it in my localStorage, and i would like the session to expire after a certain amount of time, and automatically sign the user out, what would be ...
vance's user avatar
  • 31
-1 votes
0 answers
66 views

I am building a dynamic list in React with Framer Motion. I want to achieve two goals: When the list initially mounts, the items should animate in sequentially using the parent's staggerChildren. ...
pinnku's user avatar
  • 1
-2 votes
1 answer
52 views

I’ve noticed that my Next.js application keeps accumulating cache over time in production. After a couple of weeks, the cache size grows significantly (40–50GB), and much of it appears to be ...
Pranay Tomer's user avatar
2 votes
1 answer
71 views

I came across the following statement: Calling startTransition, even if no updates are triggered inside it, will still cause both a high-priority update and a low-priority update. To check this ...
user3257598's user avatar
Advice
0 votes
0 replies
43 views

I’m working on a React-based website where most pages are rendered dynamically. The issue I’m facing is that meta tags like title and description are not being properly indexed by Google for ...
ItsSprydrax's user avatar
Advice
0 votes
3 replies
46 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
2 replies
71 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
30 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

15 30 50 per page
1
2 3 4 5
31719