I want to create a table in react using react-table library version: "react-table": "^7.0.0-rc.15" When I try this: import ReactTable from 'react-table' impo
I am trying to finish a migration away from Parcel and into Vite. We use caddy to reverse proxy a custom domain locally through a Docker container. The issue I'
Am getting typescript error when i extend th TextProps from react-native and pass it to the Text component created by styled-component Overload 1 of 2, '(prop
const handleStartCaptureClick = React.useCallback(() => { setCapturing(true); // setStillRecording(true); setStillRecording(prev =>
This is my data which i am getting from the API to display at front end. { "id": "1SrGx2uav1jVjThZTuyfzcmk", "name": "George", "surname": "Watson",
I would like to make my navbar start out as transparent but when a user scrolls the navbar will change color / background-color. I am using a bootstrap navbar a
I am running npm uninstall create-react-app, and it returns npm WARN saveError ENOENT: no such file or directory, open '/Users/me/Documents/package.json' npm W
I am trying to share components between a ReactJs and React Native project. I have been successful in being able to share components that use React Native, but
I am still quite new with react and solidity and don't know where to start. I can update a String and want to print it out after I changed it. But I want the St
The Problem I have a list of detail tags and I would like to have an opened details tag close when another one opens. I am dynamically rendering a list of detai
I have an image url fetched from an API and I want to display it as a background image. Is there any way I can implement this with tailwindcss or should I use s
In my react app i am using axios to perform the REST api requests. But it's unable to send the Authorization header with the request. Here is my code: tokenP
I'm working in react and I'm creating a button with a tooltiop, but I can't place it. I mean I can't read the button's distance from the top and left. I tried
In my current React + React-router setup my component imports some jQuery things (owl.carousel and magnific popup) I want to keep the code clean, so the extern
How do I use react-router-bootstrap to link to another react component? Do I need to set up my routes with react-router first? I don't know how to use react-rou
How can I solve this error? I tried many approaches like using Netlify CLI, linking to git and github but nothing worked. The app works fine in development mod
I am trying to create a component with typescript but I am getting the following error in the terminal yet I already installed react and react-dom using npm. E
My react app is up on localhost:3000 and node server is running on localhost:5000. When I am trying to connect to the express API the route is going to 'localho
My Application was working fine but when I installed material ui npm package my application is giving me this error. Html Webpack Plugin: Error: Child comp
I'm using Jest and Enzyme to test a React functional component. MyComponent: export const getGroups = async () => { const data = await fetch(groupApi