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
I have a price counter component. When I try to decrease a product qty to 0 it is deleted successfully but it affects the following product's qty and gives it 0
I'am trying to change the background color of the Input component from NextUi. I already tried to use styled but no luck. What can i do?
I'm using React Boostrap Select component : <Form.Group className="mb-1"> <Form.Label htmlFor="type" className="iig-form-label d-inli