I'm working on a flights agency website, and at some point I need to draw some lines between elements that are being added dynamically. See the image to underst
currently i'm learning how to develop an application using graphql. I'm facing the error of implementing the subscription inside my application resolver.js cons
I'm trying to publish a create-react-app on Gitlab, using its CI. This is my .gitlab-ci.yml file: stages: - build - pages build: image: node:16 stage:
I'm working on a React component library and I'm trying to figure out what would be the best way to make it configurable. I'd want to achieve something similar
I am facing a problem. I am trying to use React Router but it keeps showing me a blank page. Here is my code: App.js: import React from "react"; import { Browse
Line 85:74: Unexpected use of comma operator no-sequences Line 85:153: Unexpected use of comma operator <div className={"card text-white bg-success m
what problem my code ? I actually want to reduce and increase the quantity of some items from one button but I can't understand what is wrong
I have a code that should show the calendar so that user can pick the date : Problem is the useState is not picking the selected date. Please help me. Below is
If I need to know whether a key like the shift key is currently being pressed, how can I find that info? This solution should assign this info into a single var
I'm using React Recharts to show some chart data. I am using ComposedResponsiveContainer for my app component and the heights of it is set to "100%" by default.
react jsx: <button ariaLabel='label'>click</button> rendered html: <button arialabel="label">click</button> console warning: index.js:
Any project I create using npx create-react-app When compiling the project, the same message always appears: Plugin react'' was conflicted between package.json
const store = createStore( rootReducers, window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() ); let persistor = persistSt
I have a React app that has a contact form that submits data to a third party such as Formspark.io, Formspree.io, or FormSubmit.co who basically collect the for
Could someone validate if my assumptions after docs and tutorials reading are correct? First of all I would like to introduce some terminology: reevaluation is
I have below listener added for which I am trying to write test using Jest. However, it seems as though the event I'm dispatching doesn't reach my code. window.
I am building a react app and i am trying to extract the month,day and year in react with date.toLocaleString and my website is crashing,showing a blank page, a
I'm sending a uid a token and two form inputs from formik to my django rest api for a password reset. When i do so i receive a 400 error with a response that i'
The problem is after certain changes(for example logout and login), clicks start to be less responsive or not responsive at all. This happens both in local and
I have a TextArea component that takes JSON {"someKey": "someValue"}. When I inspect the dom, {"someKey": "someValue"} shows up just fine in the inspector. Howe