python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to increase the size of categories that found in type of items
Suppose I have a category NOTE THIS IS FOR FUNCTIONAL COMPONENT ONLY NOT CLASS COMPONENT
const category = ["Action","Female Games","Boys Games","Kids","Tea...

MYTH
Votes: 0
Answers: 1
I can't set a state from fetch in React
I'm trying to sign in and setting the current user. The problem is that the login is successful, the data is correct but I can't set the state, the user is empty.
UserContext.js
import React, { useCon...
irf98
Votes: 0
Answers: 2
Waiting for react state to update in function component
How can I make sure that handleOpen only executes after all the states (nameError, emailError, messageError) have been updated? My problem is that since state doesn't update immediately, sometimes han...
prs99
Votes: 0
Answers: 4
what is making props behavior inconsistent when set as a variable and passed into another function
I am creating a simple audio player using React.
When pushing the "Play" button, audio will be played from a url and the button will display "Pause". Once the audio is finished the...
Katie Melosto
Votes: 0
Answers: 1