python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Redux filter array, UI doesn't update
Using redux filter to remove an item yet it's removing from the DB but the UI isn't updating, not sure if i'm missing something stupid or being dumb.
The expected functionality would be that it remove...
Flubz.xD
Votes: 0
Answers: 2
React Native TextInput that Accepts a specific format only
I need a textInput component for zip code that accepts only numeric values and satisfies the following format.
ZIP must be in xxxxx-xxxx or xxxxx format.
Note: character count should not exceed 10 (in...
Uthkarsh Cheekati
Votes: 0
Answers: 1
Do embedded react hooks have a performance degradation compared to single use hooks?
I have a hook (let's say useBook) that needs 3 lines of code to be used. If I wrap it in another hook (let's say useBookWithParams) which needs only 1 line of code and calls useBook and returns the da...
Bhargava Macha
Votes: 0
Answers: 1
Uncaught TypeError: state.productDetails is not a function
import React, { useEffect } from "react";
import Loader from "../layout/Loader";
import { useAlert } from "react-alert";
import { useDispatch, useSelector } from "re...
chizzy
Votes: 0
Answers: 1