Results for reactjs
I'm handling the SEO for a client's website, but there's an issue with indexing. The developer used a ReactJs plugin to populate the H1 tags, title, a...
Are there any libraries that create dropdowns that look like this? I don't care for the colors. ...
I'm having an issue with CORS. I've implemented my RESTful backend using Flask and the frontend with React JS. When I attempt to make any request by c...
I am trying to call parent function on button click . I am not aware how to achieve this . parent component export default function Message({ componen...
I have a working app and no problems with props except when I have to filter those variables before sending them to a child component. Here's my paren...
In Windows 10 , I'm using react-router-dom 5.2.0 and react-redux 7.2.5 and react 17.0.2 and axios 0.21.4 and WebStorm 2023.1.3 IDE success_user_activa...
Very general question: I have a relatively simple react/nextjs page with a graph interface on it. Every time I change tab on Firefox and revisit the p...
I set a value in one component and i want to send it another component. I do the following So in component B i set the value const getvalue = (event) ...
I've a nextjs custom component that adds the locale before the pathname of the page when clicked and adds custom style for the active link.. here is ...
I have a simple React application created using create-react-app. I have an Azure Storage named storage1, and a file share named share1. Under share1 ...
I have an error when I'm using the video tag in React JS. When I'm using my component in my homepage I get an error, Here's my code: interface WatchOn...
When trying to asynchronously make two API calls, my useState() for the second API call is not updating on the page until the page re-renders. I am tr...
I have the following config in App.jsx Route path='/Main' component={Main} /> Route path='/Details' component={Details} /> So when a user ...
I'm trying to create a link in ReactJS, passing a search string. What I want to create is td>Link to={{pathname: '/select_item', search: '?item_id=83...
The code below successfully fetch data from my Atlassian instance using Reactjs. Now I want to be able to display a loading message that will be displ...
I am trying to get object data using Reactjs from my Atlassian Instance. When I run the code, the {JSON.stringify(data)} shows the record as per below...
I'm fairly new to react. I currently have a project that's working as intended on desktop, and I am attempting to add mobile functionality. I am displ...
Am trying to display the following record via JavaScript but it throws error: this.state.entitiesx.data is undefined In jQuery I can successfully get ...
I am building a scheduling application. I want to stack the schedule in day order. Currently I have the list coming out very raw, but how do I group i...
I have update my window(through 11 Disk Image (ISO)) after that I'm unable to work with NextJS or ReactJs. PS D:\Presonal Proj\Fullstack> node -v v18....
why do i face this error when sending otp with firebase these are codes import { RecaptchaVerifier, getAuth, signInWithPhoneNumber} from 'firebase/au...
I've been trying to implement a chat application that can listen to a NewMessage event in my backend which is in Laravel and I want to read these even...
I am trying to containerize a Go app that serves static files on port 8000. I have looked at other posts on this topic and many seem to say to use rou...
I am trying to create a event-calendar application in React. Code I have so far adds date items to the calendar list. When I click on the add date, if...
I have an astro based framework and I wondering if the following is possible: I have an .astro page with this code BaseLayout title={`My title`}> ma...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?