I know the title is quite confusing, I wasn't sure how to word it better. What I am trying to do is to fetch some items, map through those items to display them
I have an app written in React with TypeScript and lately after refreshing node modules and the lockfile I am getting this error when trying to run the app: Typ
I have a maven application which uses ReactJS for the front-end and it is using ansi-html:0.0.7 currently. This led to vulnerability alert by GitHub dependabot
I'm beginner and the project works perfectly locally , but when I deploy on Heroku I get a blank page. I also connected my Heroku to GitHub and and I made a bui
I use these 2 classes : auth.js import React from 'react'; import log from './../components/log/'; const auth = () => { return (
I'm trying to build course cards in which when hovered to any course card a popover should appear and popover is visible till when i hover on card and popover i
The app works fine The only thing is that redux persist is not working as it should.Persist doest not persist anything,it does not give any errors in the consol
I am running a Django project with react redux (trying to implement authentication system) and the very weird thing i observed that my site is rendering properl
For some reason when I wrap my Link tag around my form's submit button it doesn't trigger the onSubmit() function. What am I doing wrong? import { Link } fr
Is there any way to strip HMTL tag with content in HTML example : const regexForStripHTML = /(<([^>]+)>)/gi const text = "OCEP <sup>®&l
Have a nice day, everyone! I have a problem. I have an application written in React/TypeScript using Redux and react router . There is a table in which the user
enter image description here Does anyone know how to achieve this effect?
I just started to learn React today. How do I get rid of that error message on my Console in the Terminal in Visual Studio. (node: 9374)Warning: To load an ES m
I am using a React-bootstrap table in my project, I want to add a column in my table with a serial number but am unable to generate the serial number so kindly
For instance, I want to behave a Button as a normal button and enhance the component. <Button type="submit" className="btn">Click me!</Button> lead
I'm trying to use useEffect function like that: const [data, setData] = useState({ courses: [] }); useEffect(async () => { const result
I am trying to redirect a user to a new page if a login is successful in my React app. The redirect is called from the auth service which is not a component. To
I add reactjs component in my existing project I create a generic modalform and generic forminput component with material-ui. I create 3 differents form for my
I'm trying to embed the checkout of GiftUp on my angular site however not show when I run my HTML page. <div class="gift-up-target" data-site-id="XXXXXXXXXXX
I'm using react-codemirror2 to implement a code editor. I want to set the gutter marker for all the lines. We can use setGutterMarker method to set gutterMaker