I have an Ul component which contains an array of objects with different values in it. Each item called TestCase in this list has a button which makes a restcal
What is the alternative for Prompt in React Router V6, has it been deprecated, and also hooks like usePrompt, useBlocker are also not available. <Prompt mess
Hii Everyone I am new to react testing ,I am trying to do some example for practise , I am getting a Error,Need your help , this is my App Component const[fi
I have to make same changes in my nextjs project because my enpoint API doesn't support many calls and I would like to make a refresh from the original data eve
I'm trying to use a Material UI Select component on a dark background: But I'm unable to change the color of the drop down icon and underline border to white
I am writing some React.js that will upload multiple photos at a time. I am currently trying to send a batch of photos to the server but I cannot seem to get th
In styled-components we can add contextual styles using component selector pattern. But how do we select specific parents variants to contextually style the chi
I am new to reactJS and am writing code so that before the data is loaded from DB, it will show loading message, and then after it is loaded, render components
Here is what I want to achieve. My user is typing a text in a react-quill component and each time the user type a hashtag like "#S1 " (the space is importa
I have a nextjs app that use aws cognito for auth. i was wondering if there is a way to replace the hosted ui provided by aws with my own custom form. import {
I'm a beginner in React and at the moment I try to connect my first app to a Firebase database. I have two files for that. The first, is a config.js file wher
Hi I try using the Line chart in my project but get an error you can see it in the image below package.json "dependencies": { "chart.js": "^3.7.1", "react":
Problem: Clicking a button in my material-table it opens the full screen dialog then closing the dialog, Then I am not able to click anywhere in the screen anym
I'm trying to use https://docs.swmansion.com/react-native-reanimated/docs/api/LayoutAnimations/entryAnimations From the documentation it seems pretty simple but
I'm trying to get a vertical TabStrip setup in my React app. Test render currently looks like this: public render() { return ( <React.Fra
The idea is to make a lot of separate react apps on the one express server, so each of them should appear using the url something like mysite.com/app1, mysite.c
I am using Next.JS application routing system. I have created a dynamic route with structure like pages/[country]/[language]/index.js. Also there is a static ro
How do I access value of the SelectField named countryCode in my React component? Use case is that validation scheme should change according to the countryCode.
I m getting the error " Cannot find module '@babel/plugin-transform-runtime' from ...". I have tried every solution on the internet but nothing really works. Ho
Promise This is about for web only. Problem Initial loading of Flutter is slow, so I'm thinking of creating a top page with React. But is this the best choice?