Hacker News
- A Visual Guide to React's useEffect (2021) https://alexsidorenko.com/blog/useeffect/ 112 comments
- A Visual Guide to React Mental Models: UseState, UseEffect and Lifecycles https://obedparla.com/code/a-visual-guide-to-react-mental-models-part-2-use-state-use-effect-and-lifecycles/ 78 comments
- A guide to useEffect in React https://overreacted.io/a-complete-guide-to-useeffect/ 75 comments
- React-hooks useEffect dependencies... are they a MUST? https://codesandbox.io/s/modest-ellis-krbvm 6 comments reactjs
- React: Lessons from the Trenches - useEffect x Infinity https://dev.to/codux/react-lessons-from-the-trenches-useeffect-x-infinity-1e3d 11 comments reactjs
- React Core Concept II: useEffect https://theodorusclarence.com/blog/react-core-concept-useeffect 4 comments reactjs
- A Beginners Guide to Mastering the useEffect Hook in React https://blog.flycode.com/a-beginners-guide-to-mastering-the-useeffect-hook-in-react 2 comments reactjs
- Understanding the difference between React useEffect and useLayoutEffect hooks https://blog.saeloun.com/2022/07/28/difference-between-useeffect-and-useeffectlayout-hooks 2 comments reactjs
- Why you should always Cleanup Side Effects in React useEffect and How to Cleanup https://dillionmegida.com/p/why-you-should-cleanup-when-component-unmounts/ 14 comments reactjs
- React - useEffect hook - A Quick Guide https://dev.to/josec/react-useeffect-hook-a-quick-guide-4c3p 3 comments reactjs
- React 17 runs useEffect cleanup functions asynchronously https://blog.saeloun.com/2021/06/11/react-17-runs-useeffect-cleanup-asynchronously 15 comments javascript
- Fixing Race Conditions in React with useEffect https://maxrozen.com/race-conditions-fetching-data-react-with-useeffect/ 5 comments reactjs
- Fetching Data in React with useEffect https://maxrozen.com/fetching-data-react-with-useeffect/ 38 comments reactjs
- Learn React Visually: A Guide To React Mental Models, Part 2: UseState, UseEffect, And Lifecycles https://obedparla.com/code/a-visual-guide-to-react-mental-models-part-2-use-state-use-effect-and-lifecycles/ 19 comments reactjs
- Having a problem implementing useEffect with Routes in React. Junior developer here. https://res.cloudinary.com/practicaldev/image/fetch/s--RaIqyX8W--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/sj4wl7rstavdvf85hmu8.png 6 comments reactjs
- I've added a debounce option to React's useEffect hook! https://www.npmjs.com/package/use-debounced-effect-hook 4 comments reactjs
- React's useEffect and useRef Explained for Mortals https://leewarrick.com/blog/react-use-effect-explained/ 56 comments reactjs
- React Spring, Hooks and useEffect. What am I doing wrong? https://codesandbox.io/s/1wqpz5mzqj 4 comments reactjs
- React Hook useEffect has missing dependencies: 'counter' and 'myRef'. https://codesandbox.io/s/j3knjv2y99 10 comments reactjs
- I've created this fun little tutorial to explain the new React Hooks. It's all about useState, useEffect, creating custom hooks with composition, and in the meantime you'll be building an amazing drawing app! 😜 https://blog.koenvangilst.nl/react-hooks-with-canvas/ 3 comments reactjs
- React useEffect and objects as dependency - 4 approaches to avoid unnecessary re-renders https://profy.dev/article/react-useeffect-with-object-dependency 10 comments reactjs
- Using React’s useEffect Hook to Fetch Data and Periodically Refresh The Data https://javascript.plainenglish.io/using-reacts-useeffect-hook-to-fetch-data-and-periodically-refresh-that-data-2a69b6d44081 3 comments programming
- React's useEffect Hook - What it does, how it works, and what to use it for. Tutorial for beginner devs. https://blog.oliverjumpertz.dev/reacts-useeffect-hook 6 comments reactjs
- How to avoid calling the APIs until the state is updated in React functional component in useEffect()? https://github.com/SigNoz/signoz/blob/main/frontend/src/modules/Nav/TopNav/config.ts#L3 6 comments reactjs
- Using React’s useEffect Hook to Fetch Data and Periodically Refresh That Data https://medium.com/javascript-in-plain-english/using-reacts-useeffect-hook-to-fetch-data-and-periodically-refresh-that-data-2a69b6d44081 5 comments webdev
- Using React’s useEffect Hook to Fetch Data and Periodically Refresh That Data https://medium.com/javascript-in-plain-english/using-reacts-useeffect-hook-to-fetch-data-and-periodically-refresh-that-data-2a69b6d44081 6 comments reactjs
- React Hooks useEffect() dependencies. Not sure if I'm doing this right. https://codepen.io/robertmarriott/pen/bGEmEPV 13 comments reactjs
- Fun with React Hooks - great 1hr talk on the mental modal of useState and useEffect by Michael Jackson and Ryan Florence https://www.youtube.com/watch?v=1jWS7cCuUXw 30 comments reactjs
- Testing API Calls in useEffect using React Testing Library and Jest https://www.taniarascia.com/how-to-test-useeffect-api-call 2 comments webdev
- A delay in setting React state using useEffect and API https://codepen.io/Montinyek/pen/WNKrqem?editors=1111 2 comments learnjavascript
- I'm new to React Hooks so as I was learning myself I wrote this tutorial. Hope it helps someone out there. (Covers useState, useEffect, useRef, useCallback, useMemo and making your own hooks) https://jstutorial.medium.com/react-hooks-for-beginners-e75237f9c220?sk=f9ee1cd4b93330e5c098f7641deda6ff 11 comments reactjs
- Using React Hooks for State Management (useContext, useEffect, useReducer) https://medium.com/@seantheurgel/react-hooks-as-state-management-usecontext-useeffect-usereducer-a75472a862fe 11 comments reactjs
- Testing React functional component using hooks useEffect, useDispatch and useSelector in shallow renderer with Jest + Enzyme https://medium.com/@pylnata/testing-react-functional-component-using-hooks-useeffect-usedispatch-and-useselector-in-shallow-9cfbc74f62fb 32 comments reactjs