Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-2 votes
0 answers
13 views

How do I host my MERN project in Hostinger? [closed]

I wants to host my MERN(React) project in Hostinger, I need to know that can I host my frontend and backend both in the hostinger cloud hosting, or do I need to buy web hosting for frontend and VPS ...
Mohammad Sakib Chowdhury's user avatar
0 votes
0 answers
13 views

Frontend: PDF preview [blob URL] not working in mobile using iframe

Cannot preview the pdf file selected in the modal: const onFileSelect = async ( e: React.ChangeEvent<HTMLInputElement>, index: number, school_doc_setting_id: number, ) => { ...
nino coab's user avatar
0 votes
0 answers
15 views

Failed to execute 'removeChild' on 'Node' react.js [closed]

estou executando um projeto com next.js e node, estou utilizando react no front e fazer a integração, ao realizar login/ cadastro aparece este erro de removeChild, e a um tempo não consigo resolver ...
Anne's user avatar
  • 11
0 votes
0 answers
10 views

Blank page when protecting route with react router [duplicate]

I have followed several guides and questions on stack overflow with no luck. I want to set up protected routes, so going to example /highscores would redirect user to /login if not signed in. ...
catfish's user avatar
  • 63
-1 votes
1 answer
40 views

Removing updating Favicon.ico in Nextjs 14+

I'm working on a Next.js 14 project and I'm trying to update the default favicon from my application. I can't seem to update the favicon as it is not accepting any other favicon than the default in ...
Yash Singhal's user avatar
1 vote
1 answer
33 views

Span element not displaying inside div in React component with Tailwind CSS

I'm working on a React component that uses Tailwind CSS for styling, and I'm encountering an issue where a element is not displaying inside a . I'm trying to create a video carousel where each video ...
yzkael's user avatar
  • 67
0 votes
0 answers
17 views

Strange error when using Frontity (React + WP)

I'm new to using Frontity and was trying to develop my first website using it. I know how to develop using React and I know how to fetch data from my WordPress backend. Looking at the Frontity ...
emmeelite's user avatar
0 votes
0 answers
21 views

Next.js server-side form | validation

I have a server component of registration form in my project. I need to inform user if the data he entered is invalid. Like if the e-mail, that he entered is already in use. But after the form is ...
Ziferus's user avatar
0 votes
0 answers
18 views

Framer motion animation flickers when animating

When the animation completes it flow, it flickers once. So when it fades from the left it flickers and when it leaves it flickers import { motion, useInView } from "framer-motion"; import { ...
MoosaZK's user avatar
  • 39
-1 votes
0 answers
12 views

When using public file path is shows error and when using file path from the working file everything is fine

In my project which is using react with vite as front-end and node.js as backend i have a problem when i want to access CSS files using public folder "/Styles/" header.css or footer.css i ...
guilty's user avatar
  • 1
0 votes
1 answer
29 views

Text overflow ellipses are not showing, instead text just hidden

I am trying to add tabs to an app. The tabs get smaller the more I add, how the tab text is just hidden instead of showing ellipses. Can anyone help? enter image description here enter image ...
Ruthvik Konduru's user avatar
-3 votes
0 answers
29 views

I wonder how these css classes can be encoded such as Google, FB [closed]

class="x1qjc9v5 x1q0q8m5 x1qhh985 xu3j5b3 xcfux6l x26u7qi xm0m39n x13fuv20 x972fbf x9f619 x78zum5 x1r8uery xdt5ytf x1iyjqo2 xs83m0k x1qughib xat24cr x11i5rnm x1mh8g0r xdj266r x2lwn1j xeuugli ...
Quach Hoang Anh's user avatar
0 votes
0 answers
24 views

React FileReader and AudioContext issues on iPhone

Answer please I am working on a React project where I need to extract audio from a video file, process it, and upload it for analysis. The code works perfectly on desktop browsers and Android devices, ...
dnrksd's user avatar
  • 33
0 votes
2 answers
59 views

Why when i send a fecth requst to Open Weather API in React JS. React first return me undefined an after that data?

I watn to make Weather App. I just start study react. I do a fetch request to Open Weather API to get a weather data. When i consol.log(data) and update my page, React first return me undefined and ...
GXD BLESSED's user avatar
-1 votes
1 answer
27 views

How to show component only when loaded in react? [closed]

import React, { useEffect, useState } from "react"; import "./App.css"; import Header from "./components/header"; import Home from "./components/home"; import ...
Ayush Sharma's user avatar

15 30 50 per page
1
2 3 4 5
252