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

Questions tagged [reactjs]

React is a JavaScript library for building user interfaces. It uses a declarative, component-based paradigm and aims to be efficient and flexible.

0 votes
0 answers
3 views

Getting exception while setting up an detox project

Getting exception after executing this command npx detox build -c android FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:...
Krish Srivatsav's user avatar
0 votes
0 answers
4 views

React RouterDom doesnt work on outlet and subroutes

I have this following route config export function App() { return ( <> <PrimeReactProvider> <BrowserRouter> <Routes> ...
Davi Américo's user avatar
0 votes
0 answers
11 views

next.js not live showing changes on local host server. not hot reloading

Next.js hot reload not working. I just created a Next project with npx create-next-app@latest But when I try to make changes to the code, it doesn't hot reload. directory structure I tried deleting ...
FrankDoDev's user avatar
-1 votes
1 answer
23 views

Why is footer not taking 100% width?

I have this simple React app and my footer does not take 100% width (I see small white space on the left and right sides). Can anyone tell me what I'm missing, please? Here's LIVE DEMO Here's my css: ....
Devmix's user avatar
  • 1,784
0 votes
0 answers
9 views

My profile page only rerender when rebuilt

import React, {useState, useEffect} from 'react'; import {useSelector, useDispatch} from 'react-redux'; import { View, Text, ImageBackground, TextInput, TouchableOpacity, StyleSheet, ...
Nguyen Pham's user avatar
0 votes
0 answers
5 views

Need help in error for react app where i get Seamless SSO error in react application

`Can you please help in providing suggestion to resolve this issue? I am encountering an issue with the seamless single sign-on (SSO) functionality in my front-end React application. When I attempt to ...
Ahmed Khan's user avatar
0 votes
0 answers
10 views

React/NextJS After Fetching Can't Get Map function to show

I'm new to React/NextJS and trying to do a simple fetching and whenever I try to use the map function it does not seem to go inside it. I'm not sure what I'm doing wrong, I'm following some tutorials/...
Neomo's user avatar
  • 1
0 votes
0 answers
6 views

What are the methods for compressing and/or encoding json for a URL query parameter?

I'm building an application using Next.js 14 and am holding my filtering state within the URL. The request that returns the filtered data is a POST request that takes a payload of a certain structure. ...
Ryan Traficante's user avatar
0 votes
0 answers
9 views

streaming a video into a web player using javacsript (react component)

I am using Javascript, however the possibly important caveat is in a WebView. I have a stream of data which is an mp4 that I can retrieve like so window.runtime.EventsOn('playback-continue'...
amlwwalker's user avatar
  • 3,252
0 votes
0 answers
10 views

Steps to deploy a react python full-stack app on AWS using S3, EC2, and Cloudfront? [closed]

I am making a full-stack blog app with react frontend and python backend. I like to deploy this using AWS. I'm nearly done but I can't figure out how to host the backend properly. I have the react ...
Khai's user avatar
  • 1
0 votes
0 answers
7 views

CSS Text flip animation working on web, android, but not on IOS safari/chrome

I am currently trying to use this text flip animation, but I realised that it doesnt work well on IOS safari/chrome. Doesnt work as in, the text flips, but the red flip text cannot be seen When I ...
user26530885's user avatar
0 votes
0 answers
8 views

Text Blurring Issue with react-tooltip and react-modal when using opacity/transform animations in Chrome

I am working on a project using two libraries: react-modal and react-tooltip. Goal: I want to create a reusable React component that provides a simple modal window, which renders its children. Problem:...
Mo Beigi's user avatar
  • 1,741
0 votes
0 answers
11 views

Why isnt the AntD form component saving the input into the browsers autocomplete feature

Im using the antd package for my Form and Input. For some reason its not preserving the users input for the next session. I gave the input a name attribute along with using autoComplete="on" ...
Spencer 's user avatar
0 votes
3 answers
41 views

Why does React's tic-tac-toe show the winner?

Following along with the react tutorial to create a tic-tac-toe game, and it works, no problem there. I get why nearly all of it works, apart from the display of the winner. import { useState } from '...
Allan Jardine's user avatar
0 votes
0 answers
13 views

Simple sticky scroll effect causes glitch on mobile browsers

I wanted to use a scroll effect (parallax + filters) in a very simple page. It's just a sticky 120vh div with a background image and some text. Everything works fine in the desktop browser and with ...
Moritz Roessler's user avatar

15 30 50 per page
1
2 3 4 5
31985