Reactjs – Data fetching from API issue
I am at beginner level of React framework and am creating a weather app. So I fetch the data from the API and pass the object as a value to a parameter in my component. Now when trying to access…
I am at beginner level of React framework and am creating a weather app. So I fetch the data from the API and pass the object as a value to a parameter in my component. Now when trying to access…
I am facing an issue with React Router Dom v6 where my page goes blank after adding the scroll-to-top functionality. I have followed the documentation and tried different approaches, but I couldn't find a solution. The page renders correctly without…
I am building this main nav bar, as the active/hover state I need to get the border bottom in color. My problem is how could I round the inner top corners? I understand that I could create an element, add…
I am making a to-do list app using basic javascript. I am having a problem with saving the checking status of the checkbox input element and rendering it back when the page is refreshed... I am currently learning javascript, so…
I am getting this warning on first load of my App. I'm using React. lockdown-install.js:1 Removing intrinsics.%ArrayPrototype%.toReversed intrinsics.%ArrayPrototype%.@@unscopables.toSpliced intrinsics.%ArrayPrototype%.@@unscopables.toSorted I really have no idea what this is about, so there's nothing that I have previosuly tried. I went into the…
My buttons inside bootstrap columns not appearing when the screen size is small. I wanted the buttons to appear one below the other when screen size is small. What changes should I make to get my buttons one below each…
I am trying to upload my application to Plesk and it is working fine except when i try to render non .HTML page component for example it through error 404 page not found I understand this related to the server…
As a beginner to React JS, I keep getting TypeErrors when I run my App.js. Could you please advise me what I can do to resolve this issue? I am now working on the frontend of a program that allows…
I've been using padding-left: clamp( 60px, calc( value - value ), 186px) but can't seem to figure out how to shrink the paddding properly when i shrink the width of my browser
The backend services that I am consuming requires me to pass a security token in the API header. Hence, I am looking for a secured way to store Private keys and other API tokens in the frontend using React.js I…