I want to implement code where the increment or decrement of a arrow happens when I have selected the arrow. I want a replica of a design and implementation of
I'm getting my navbar routes from a json file like this: { "categorias": [ { "nombre": "Faltas de profesorado", "componentes": [ {
I am trying to disable scroll when the navbar menu is open on mobile, it works perfectly on chrome but not on safari. I have seen that many people have similar
I have a screen where on click on image I need to open camera and take photo, I successfully open camera, take a picture but when I need to call the endpoints i
So here is my query, this is a small part of my code that is relevant to the question I want 3 input fields for different data input from users as in case the u
I'm building a custom Dropdown component and I'm having trouble using children. The Dropdown component has 3 levels, and the children are the options which are
I am leveraging the Twilio Programmable Voice API to create a drop in audio chat room when a user completes a signup form. I am using ngrok to listen to both my
I have an e-commerce website and I added a cart icon in the navbar. When clicked, a MUI modal should open (and it does) but it doesn't close anymore. I also add
A web application is already built with CSS,HTML,raw javascript, jquery, ajax, and .net core MVC. The problem with that is there is a _Layout
I have around 50 options to be shown in the react select options. But I want to exclude some of the options with logic to already posted values. The purpose is,
I have a react app with multiple routes. On one of my routes I only want to render a certain component if the user navigated from a specific route. How do I che
I'm trying to access the product details on the next component but it says props is undefined. All the details in the card is present and renders correctly. I r
Below is my react-select, field.value is the value that return from API. For example, field.value is 'Active'. So, my frontend will show 'Active' and this is wh
I am trying to use the debounce function to avoid multiple calls when I'm typing and searching something in a table. This is what I have done - onChange={(_even
Basically I am doing a FreeCodeCamp project and I am stuck one of the last points on the checklist. What we have been told to do is to make a calculator that ha
We have a legacy application that we're slowly migrating to React and MUI. In order to prevent overlap in styling between the different parts of our applicatio
When reading the documentation, the following methods of verifying the user are shown: For web users, you can get the user’s response token in one of thre
I'm using MUI v5 and I want to disable next month only in datepicker. Others are available
Next.js and Typescript beginner here. I'm rebuilding an app using Next.js but ran into trouble splitting pages and components with the error Select element must
I am trying to have html be rendered while x =true, and different html while x = false. I am not sure how to do this in react but I thought of two ways, both wh