Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in use-effect
React useEffect calls API too many time, How can I limit the API call to only once when my component renders?
Nov 01, 2025
reactjs
react-hooks
use-effect
What's the better way to run function only for once, useEffect or just call the function in Hooks? [closed]
Oct 30, 2025
reactjs
react-hooks
use-effect
React - issue with useEffect() and axios.get
Oct 30, 2025
reactjs
axios
use-effect
use-state
How to use a custom-hook that returns a value, inside another custom Hook?
Oct 29, 2025
javascript
reactjs
react-native
react-hooks
use-effect
Type Error : destroy is not a function in Reactjs while call api async function in useEffect hook
Oct 29, 2025
reactjs
react-hooks
use-effect
use-state
Randomize an array using useEffect in Nextjs
Oct 26, 2025
reactjs
random
next.js
use-effect
server-side-rendering
Should component itself prevent unwanted useEffect() calls?
Oct 25, 2025
javascript
reactjs
use-effect
usecallback
Trigger re-render of subcomponent (react-table) using hooks
Oct 26, 2025
reactjs
rendering
react-hooks
react-table
use-effect
Promise.all() inside useEffect in react returns an array of undefined items
Oct 26, 2025
reactjs
undefined
use-effect
promise.all
useEffect not firing after updating the component's state
Oct 25, 2025
javascript
reactjs
react-hooks
use-effect
use-state
How to call a function after setting state is complete in useEffect?
Oct 26, 2025
javascript
reactjs
asynchronous
react-hooks
use-effect
Why is useEffect not working here? Do I need to change the condition?
Oct 24, 2025
reactjs
react-hooks
use-effect
Can a useMemo memoized value be updated with useEffect from within the component?
Oct 24, 2025
reactjs
use-effect
react-usememo
why history is needed in dependency array of useEffect
Oct 24, 2025
reactjs
use-effect
How to use setInterval in react?
Oct 22, 2025
javascript
reactjs
settimeout
setinterval
use-effect
React useEffect forces me to add dependencies that trigger an infinite loop
Oct 20, 2025
reactjs
use-effect
UseEffect and useCallback still causes infinite loop in react project
Oct 19, 2025
reactjs
infinite-loop
use-effect
usecallback
useEffect Hook - how to detect the change of an object's property in a state array
Oct 18, 2025
reactjs
react-hooks
use-effect
Cancelling useEffect's Async with TypeScript, the correct way
Oct 19, 2025
javascript
reactjs
typescript
use-effect
Is it a good practice to use optional chaining inside reacts useMemo/useEffect dependencies?
Oct 18, 2025
reactjs
use-effect
react-usememo
optional-chaining
Older Entries »