My Table header is repeating. I have loaded some items from the mongodb database. Then I applied map. But it appears for every items new header is repeating its
I have an top level App componenet which contains and SideBar and MainBody. Here's my App Component, function App() { return ( <div className="pa
I am unable to go ahead due to this error. This is the \stations\show.js file import React, { Component } from "react"; import { Card, Grid, Button } from "sem
I have the parent Posts.js component which map every object in posts array. In this function I try to filter all notes have same post_id as id of the current ma
Im sending id ,accessToken as a parameter to my API, they are redux store states, I want to attach my accessToken in my header.Authorization and send it togethe
I have a questions form with custom inputs. const Input = (props) => { return ( <div> <label className={classes.label}>{p
Unable to build the react-native application because of library react-native-reanimated which is causing the error "cannot find symbol ViewManagerResolver viewM
When I deploy a React app using Cloudflare Pages, the Building application step fails with the error: error [email protected]: The engine "node" is incompatib
Im trying to delete the cookies in the client that my server created every time the user logout, they have httpOnly:true attr so only the server response can de
Im having issues turning a html and js file into a react component (image gallery). The below is the component and the images are taken from a shop.js file. Whe
I am new in ReactJS and i am using "Nextjs" framework,Right now i am using "async" function for fetching data but unable to fetch using "map" function, in conso
For some reason, I am not able to stub this here. I have reduced my code to almost exactly this here. This should work according to the docs, but I'm wondering
I was making google clone website with rapid api but I end with getting this error. I have two files. Under this having my .map function and I am accessing my s
Im trying to pass a state value into a component. Why is it working in one component and not working in another component in the same folder? I have the hooks i
Hello everyone I have a blog platform, the user can add and edit blog. I used Django and Django Rest Framework to build the website, and for the frontend ReactJ
I'm trying to pass state using Link <Link to={{ pathname: `/contact/:${contact.id}`, state: { contact }, }}> And this is whe
I have simple code as follows: /types.ts export type TodoType = { id: String task: String completed: Boolean } /components/Todo.tsx import { TodoType }
my problem on on site when im using npm start : Mail_Sende:25 GET http://localhost:3000/mateu52/Mail_Sender/static/js/bundle.js/ net::ERR_ABORTED 431 (
I would like to use these expo react native events (onPause, onResume, onDone,...) which can be found here: https://docs.expo.dev/versions/v44.0.0/sdk/speech/#s
I'm fairly new to Redux (and especially Redux Toolkit) and cannot wrap my head around the following issue. I'm rewriting old code with Toolkit. I understand tha