close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
35 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
  • 11
-2 votes
1 answer
58 views

I am currently working on an application that has a large amount of duplicated logic shared across its components. One of the primary reasons for this is the components are using a Context component ...
Taugenichts's user avatar
  • 1,361
0 votes
0 answers
39 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
-3 votes
0 answers
40 views

I am encountering an issue with my running app. Does anyone know a solution? I have been searching for a solution for two days but am not getting any answer.
Zainul Jamal's user avatar
-2 votes
1 answer
39 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
52 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
35 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
-4 votes
0 answers
34 views

I’m trying to design a multi-tenant platform where each tenant (store) is deployed as a fully isolated application, similar to how platforms like Vercel or Shopify handle storefront deployments. 🎯 ...
Ravis Farooq's user avatar
-2 votes
0 answers
65 views

I am trying to build an app with my own API. The API is created with Python using Flask. My API runs on local port 5000 and my IPv4 address is 192.168.0.195. The API service code looks like this: app =...
gbranchi's user avatar
Advice
0 votes
3 replies
41 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
55 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
27 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
102 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
-2 votes
1 answer
39 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
60 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

15 30 50 per page
1
2 3 4 5
31720