I have a Next.js platform. On refresh, it takes around 6 seconds to load the page. So I was debugging to find out where the delay was to know what I could do to
I am using act function from library https://testing-library.com/docs/react-testing-library/intro/. At this point I have something like this: await act(async (
I added 4 custom columns to my table columns list using its Cell property; each of them in each row contains a checkbox that changes a specific property of the
I am new to NEXTJS and creating a weather application .I am using a openweather api but how can I use it inside the next/api. I had tried by creating a file tod
i got only one Typography element that uses a different font than the rest of the application , could someone advise what's the best way to get the font from go
On the following StackBlitz I have a very simple form validation. The validation is done when the user clicks the submit button. https://stackblitz.com/edit/rea
I've created a react web application which has an HTML body content inside home.js as below, class Home extends React.Component { render() { return ( <div&
Hoping someone can help me out here. Im quite new to RecoilJS so if Im missing something obvious, please let me know. I am trying to manage the state of 3D obje
I use the autocomplete field of material-ui (v5) and formik to generate my forms. On this form, I have some lists defined as constants. I use an api to get the
I am hosting a React application inside the public directory of a Laravel app where: /public_html/ app bootstrap config
I have a list of cards that want to drag and drop. I want the user could drag and drop by pressing on the specific place (div) on the card (not the whole card
I'm trying to figure out the best way to have a scroll fade in on my webpage. I tried using React Reveal however it breaks everything if you are on version 17 o
I am developing a Certificate Management System where after all the processes have been done, the user may print a certificate. I am struggling to implement suc
I've tried using standard nginx and nodejs configurations following many documentation, but unlike other tutorials there are several files that don't appear in
I am using SWR to fetch data to populate a table with. I am using the following code: const { data: items, error } = useSWR(fetchAllItems.name, fetchAllItems)
I am getting error of undefined when i send a file from react to backend, i am unable to understand the error. i am sending a image which will be uploaded in cl
How to format reference line in lightweight charts? Following is lightweight chart. As you can se the horizontal line market (US$449,308,044) is taking so much
I'm trying to position an icon correctly in the middle of an input, where that input has size="xs". However, all my attempts have failed, and the icon keeps bei
I have a web React application accessing users data through useAuth0 hook (from npm auth0-react package). In the profile page, I permit the connected user to ch
import './App.css'; import Search from './components/HomePage/SearchBar'; import navBar from './components/common/Header.js'; import footer from './components/c