I am very (very) new in frontend technologies, specially react and typescript. My issue come when trying to do a simple thing that is to use a react component
I have products data which I am importing in my displaycomponent. For each product in JSON I am using .map() to display the content. Now I want to sort the prod
The functionality I am looking for is that of an e-commerce website. A click on the add-to-cart button adds product to cart. I am able to successfully achieve t
Hi everyone! I tried to make a call to the state of a contract developed on truffle, using web3.js in React, the problem is this, when I try to see the price of
How to catch emitted data in stencilJs component in ReactJs component? I've created a CustomInputStencil component that has a prop of onChange that accepts a fu
When creating a product I use React-Dropzone but when editing I intend to use it in the same way. I would like that when editing the product, the images that ar
I'm using React and Material UI for this, On my navigation bar at the top of the page I have several links that are anchor links: return ( <Box sx={{
I don't know why my navigation isn't working properly, it throws me the following error every time I want to navigate back to my EventAssistants screen from my
on a web application I want to display two different Menu, one for the Mobile, one for the Desktop browser. I use Next.js application with server-side rendering
I'm unable to set default value for multi select inside form. Use Case: I have created a react component that renders a select with some default props that I n
I have a website in ReactJS. I want to get a callback whenever my tab comes in focus or is hidden. I came across the Page Visibility API for this but I'm not ab
I think the title says it all. The yellow warning is displayed every time I unmount a component that is still fetching. Console Warning: Can't call setStat
I have successfully implemented the react js datepicker. Now I want to restrict users below 18 years to not register. This is my datepicker <DatePicker se
I am trying to make a basic React component to retrieve a value from a deployed contract. In this example, I am using an input box to receive a contract address
I'm working in app that needs flatlist animation with RTL devices. I built a small app to understand how it will work. When using the app with LTR devices, it w
I'm trying to position three images with flexbox inside a container, but the images have a transparent background, that somehow interfere with each other. Here
I have nextjs frontend that fetch data from strapi backend. Problem is that data is empty even if i can see on strapi dev logs that request has been made. This
I would like to create a custom component in react-markdown. Specifically I need to be able to create a tag that will allow me to create a tooltip. E.g. [name]{
I want to impement to file upload by paste from clipboard. so, i tried that get a file object from onPaste. const handlePaste = (e) => { console.log(e.cl
I'm getting below eslint error after moving the props to a separate function. Here is my initial code and it is getting compiled successfully: const MessageComp