I have created custom alert with Modal in react native but it renders only once. This is my component import {Text, View, Modal, TouchableOpacity} from 'react-n
I created : A reusable react component package, and A react app for testing the component Both of them are inside a monorepo (lerna). The problem is the "react"
I wanted to make a connection on the socket.io so I used python-socket.io in the backend (FastAPI) and socket.io-client for the frontend(React.js) but I have be
I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr
I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr
I was using webpack 3, there was no hot reload issue and then I upgraded to webpack 5. Webpack version: ^5.50.0, React version: 17.0.2 Webpack source map doesn'
I have a created a hook as following: import { AxiosResponse } from 'axios'; import { DEFAULT_EXPORT_FILE_NAME } from 'constants'; import { useRef, useState } f
i created cypress project for that i run npm init -y to generate package.json file then npm i cypress to create a cypress project. then opened it via npx cypres
I am creating a front end for an API that requires a user to input both an API key as well as a device name. The issue is that the UseEffect() fetch is firing w
I'm trying to trigger an event when the user writes something in the input field of Fluent UI Tag Picker but it seems that it's not working for some reason. The
I have a React JS app that works on local host, but when I deploy to AWS amplify displays as a blank white screen with no body. The browser tab shows the correc
I have a theme switch (light to dark) on my page, using Material UI switch. I get an error from lighthouse stating that it needs a label, but
I am creating a slider in react with Slick Slider. The problem is: when the screen size changes, the slides reduce in size or stack on top of each other. Slick
I'm writing a cross-plattform react application with capacitor and facing freezes in the IOS application (IOS version 15.3.1 - also occured on lower versions) w
I'm looking to create a very basic app, where a user can connect their wallet, and display all NFTs they own from a specific collection. I am using the ThirdWeb
I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest
My project was working perfectly well but I went and accidentally deleted my node_modules folder and package-lock.json and then reinstalled everything using npm
in react phone input one property is there international that helps but in react phone input 2 this property is not working. In the react phone input 2 if you w
I need to use react-select in a shadow-root web-component like in this example. How can I pass the onChange event from the <Select>component in my react e
I have started to work on a form project using React final form, but I am struggling to do a two condition question. Would anyone knows how to do a double condi