I am creating a slider in react with Slick Slider. The problem is: when the screen size changes, the slides reduce in size or stack on top of each other. Slick
I'm writing a cross-plattform react application with capacitor and facing freezes in the IOS application (IOS version 15.3.1 - also occured on lower versions) w
I'm looking to create a very basic app, where a user can connect their wallet, and display all NFTs they own from a specific collection. I am using the ThirdWeb
I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest
My project was working perfectly well but I went and accidentally deleted my node_modules folder and package-lock.json and then reinstalled everything using npm
in react phone input one property is there international that helps but in react phone input 2 this property is not working. In the react phone input 2 if you w
I need to use react-select in a shadow-root web-component like in this example. How can I pass the onChange event from the <Select>component in my react e
I have started to work on a form project using React final form, but I am struggling to do a two condition question. Would anyone knows how to do a double condi
I'm listing events with their start date+time. This works well, but I want to group the event by their dates as events happen on the same day. I want to do this
I am making use of the Auth0 service for my user authentication, but I have been having issues whereby the client id keeps returning an invalid user token. The
I have event data and I want user to be able to download ICS file and save it in calender of his choice This is the function I am using but the ics file generat
I have an svg file: <svg xmlns="http://www.w3.org/2000/svg" width="260.346" height="65.709" viewBox="0 0 260.346 65.709"> <g id="logo" transform="tra
I am experiencing an issue when trying to get data from API for my react app. I am trying to pass protect my API using htaccess file so when trying to send auth
Please take a look at my code the toggle button is working completely fine but I also want to save the toggle state to localStorage I have tried it so many time
I have a simple document maker that allows users the create multiple fields of two types (input field and label field). They can also rearrange the field via dr
I am trying to do a dropdown menu in javascript where get all states from a function and show in the drop down menu. But the code that I have so far is showing
While creating order_id by using razorpay API of orders the order id gets generated. But when I pass the value of order id in checkout, it throws me the error a
I have the below react component which is removing products from a mongodb collection based on the items in the cart. I get this error when I run the code: Comp
Hello I'm on a (ReactJs Node Mysql Express) stack, my website has an events tab which the admin could upload to it events. Each event has a cover photo, inner p
I'm trying to extract selectors from queries in my apiSlice as said in this documentation: https://redux.js.org/tutorials/essentials/part-8-rtk-query-advanced T