Skip to content

Tag: reactjs

Deployed React app to github pages is blank

I’m following instructions from https://github.com/gitname/react-gh-pages to deploy my react app to github pages. At the link I’m getting a blank page though and a 404 error: Failed to load resource: the server responded with a status of 404 () My app works on local host I searched around and its …

Min and Max of a grid with props in React

I wrote this code for an adjustable grid screen, it works perfectly fine but the only problem I have is that, I want the min and mix of it be 16 x 100. so when a button is clicked, a prompt window pops up and asks for the Grid size, you can put only between 16-100, but when I put

React useState conversion

I made a static webpage app that I have been slowly converting to React (MERN stack) to make it more dynamic/so I won’t have to configure each and every HTML document. It’s a product configurator that uses Google’s model-viewer. I’m fairly new to using a full-stack workflow but have fo…

How to get the sum of values for inputs Tags that change dynamically (number of inputs change dynamically according to number of days in a month)? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I’m trying to calculate the sum of values inputted (the number of inputs change dynamic…

Displaying the data issue on search and filtering in react

I have created dummy users data and displayed it in the table format. It contains search and filtering of the data(should consider the entire data set not based on the current page data). Disabled pagination on displaying the filtering/search results. Here search, filtering function works fine on the 1st page…