I'm presently working on a phx / phoenix API written in Elixir. And I have created a frontend for the API using React.js. However, I'm getting the below error
I am using Next js in my project and using next/image for loading images. My page is roughly 1600px wide and has 3 thumbnails per row which are of 500px in widt
I am creating a form by using react and formik.Below is my code: <div> <Formik initialValues={{ email: "" }} onSubmit={(values: FS
Given the follow example: https://codesandbox.io/s/l49mrmvj67 Will it be possible to add a custom footer that will sum the current page Salary column and displa
Im trying to implement a chartercter limit for a textArea in react js here is my code. state = { chars_left: 140; } handleWordCount = event => { const
I'm currently building a site using the leaflet package. This package however needs the window object. That's why I'm importing a component made with leaflet as
Background I've been following more or less the official guide to setup a local dev environment with react and it seems to use create-react-app, which sets up
In react-chartjs-2 In Line chart every grid should have different background colors. Is this achievable with this library? This is how LineChart should looks:
In the following snippets I'm trying to implement google oauth into my webapp using npm react-google-login. When I try to sign-in, the popup appears, I select o
My code below gets the data correctly; however, there is one problem where when I try to get the reserves of a token. It spams the data over and over again to t
<div className="mb-1"> Image <span className="font-css top">*</span> <div className=""> <input type="file"
server.js const express = require('express'); const dotenv = require('dotenv'); const error = require('./middleware/errorMiddlewareHandler'); const usersRo
Is it at all possible to update object's properties with setState? Something like: this.state = { jasper: { name: 'jasper', age: 28 }, } I have tried:
I have the following react hook which brings focus to a given ref and on unmount returns the focus to the previously focused element. export default function u
I wanna replicate the following layout, where there are 2 views (one with white background and the other one with a blue background). The issue is, I can't rep
I have an issue using react-select. I use redux form and I've made my react-select component compatible with redux form. Here is the code: const MySelect = pro
I've deploy my first app using React with Nodejs/Express/MongoDB but I'm running through a bug I couldn't find any solution, so I'm coming here to find some hel
In React Login component Firebase login signup is working but when I am trying to send a reset password Link then it is not working. there is no getting email v
I have a project, which is an employee monitoring project, and it has several components, and among these components is having a group of buttons together. I ha
I have a react app and I use react-toastify to prompt for certain messages. However, whenever I click the x on the toasts they don't close. They do, however, cl