I am trying to display the content for each page using useParams , but it doesn't work. I will put some screenshots below with the components. Every single obje
import React, { useState, useEffect, useRef } from "react"; import ReactDOM from "react-dom"; import "./styles.css"; function App() { const [minus, setMinus
I am creating a React app which can be used to manage company events. There are two components related to events that aren't working at the moment. These are th
I'm trying to consume a function from a smart contract using ethers.js. The function retrieve the info of a user logged before (with the help of other function)
My GraphQL Query works just fine in Hasura Client but fails to work when I use the query in my React code using Apollo, I don't understand why because I am not
I npm installed everything, yet only web3 is not working? Is this a bug or is there an alternative to this solution? import React,{useEffect, useState}from 're
I am using vitejs to compile my react app statically, however after build .env imports become undefined which is not the case on development stage. reading the
A quick question regarding RxJS in useEffect hooks I've noticed the React community uses this unsubscribe pattern with RxJS: useEffect(()=>{ const sub = in
I'm trying to rotate material-ui icon using css property animation but not getting the desired result. Can somebody please help me identify what's going wrong h
I'm trying to create a Figure component in which I pass the img src along with other data. I realize it's not straightforward—e.g., this thread—but
I have a form made with React Bootstrap to semply submit a string that will be saved on a DB. It works and the submitted message is saved, but I don't know how
I'm trying to build my own component library specific to my React Native app using the Atomic Design Methodology, so I have small components like Paragraph, Tit
ERROR in Plugin "react" was conflicted between "package.json » eslint-config-react-app » D:\Projets\Roster's\Client\node_modules\eslint-config-reac
I am currently trying to make a typescript app on expo using the react-map-gl package. I currently am trying to load the basic example code snippet they have. I
I've installed serve and have run npm run build. When I start the application everything's working except the dialogs i.e. when I open them I get a blank white
My app is structured as follows: React frontend -> Azure Api Management -> Flask backend. The Flask app allows all origins. app = Flask(__name__) CORS(app
it's the first time I'm using Material UI and I'm having some problems using createTheme. My goal is to remove the horizontal padding for each Container so I de
Spring boot is not getting the params in the request body. The controller is defined like: @PostMapping("/login") public @ResponseBody User login(@Reque
how to rename file name Export csv and Excel from "excel" to something else for UnderscoreGrid There is a right click export to excel or CSV and I cannot specif
I'm trying to render data that must be passed through useMemo. I get the data from an api call so I call useEffect. The initial render works returning an empty