Hacker News
- Why Did My React Component Re-Render? https://medium.com/uncountable-engineering/why-did-my-react-component-re-render-71b5acecbbd1 2 comments
- React-leaflet unnecessary re-renders https://codepen.io/timester-the-typescripter/pen/gOXGKOY 5 comments reactjs
- React Re-Mounting vs. Re-Rendering https://dev.to/tiagof/react-re-mounting-vs-re-rendering-lnh 3 comments reactjs
- Understanding React-Redux's `useSelector` hook - how does it avoid re-rendering on each context change? https://github.com/reduxjs/react-redux/blob/master/src/hooks/useSelector.js 7 comments reactjs
- Efficient React Hooks: Minimizing Re-Renders with Dependency Tracking https://differ.blog/p/efficient-react-hooks-minimizing-re-renders-with-dependency-tracking-bf7c47 7 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
- Optimizing React re-renders - colocating data fetching & mutations with components https://punits.dev/jargon-free-intros/colocating-data-fetching-and-mutations-with-components/ 4 comments frontend
- Why React re-renders & when do we need to worry about it https://punits.dev/jargon-free-intros/why-react-rerenders-and-when-to-worry-about-it/ 29 comments reactjs
- Why React re-renders & when do we need to worry about it? https://punits.dev/jargon-free-intros/why-react-rerenders-and-when-to-worry-about-it/#slide-2 19 comments frontend
- React Re-render Question https://pastebin.com/6zqu50WK 4 comments reactjs
- Why does React re-render the components multiple times when using Zustand? https://i.stack.imgur.com/Uql7Q.png 5 comments reactjs
- React re-renders guide: everything, all at once https://www.developerway.com/posts/react-re-renders-guide 19 comments reactjs
- Why React Re-Renders https://www.joshwcomeau.com/react/why-react-re-renders/ 23 comments reactjs
- Why React Re-Renders https://www.joshwcomeau.com/react/why-react-re-renders/ 2 comments programming
- Conway's Game of life in react doesn't re-render when the grid useState is updated https://codesandbox.io/s/tender-snow-gcknd?file=/src/App.js 6 comments reactjs
- Automatic batching in React 18 helps avoid re-rendering https://www.wisdomgeek.com/development/web-development/react/automatic-batching-in-react-18-helps-avoid-re-rendering/ 3 comments reactjs
- How To Prevent Unnecessary React State Update Re-renders https://www.chakshunyu.com/blog/how-to-prevent-unnecessary-react-state-update-re-renders/?amp%3Butm_campaign=r_reactjs&%3Butm_medium=social 3 comments reactjs
- A Visual Guide to React Rendering - It Always Re-renders https://alexsidorenko.com/blog/react-render-always-rerenders/ 4 comments javascript
- How to add CSS animation to specific re-rendered item in React? https://stackoverflow.com/questions/63186710/how-to-trigger-a-css-animation-on-every-time-a-react-component-re-renders 9 comments reactjs
- How to stop re-rendering lists in React? https://alexsidorenko.com/blog/react-list-rerender/ 4 comments reactjs
- React router not re-rendering component when Query string in URL changes, by pressing the Browser back button https://github.com/supasate/connected-react-router/issues/168#issuecomment-439720683 8 comments reactjs
- Questions about React JS. Mainly performance with Large Scale Data-sets & Re-rendering of the DOM. https://coronastats.co 5 comments reactjs
- Why does this promise in react cause a re-render? https://i.postimg.cc/3rV6bWnw/carbon-2.png 3 comments reactjs
- React functional components re-renders https://codesandbox.io/embed/prevent-rerendering-with-hooks-69dqp?fontsize=14 8 comments reactjs
- Unexpected behaviour when React Native re-renders component. Please Help! https://stackoverflow.com/questions/57000194/unexpected-behaviour-when-react-native-re-renders-component 3 comments reactnative
- Kent C. Dodds: One simple trick to optimize React re-renders https://kentcdodds.com/blog/optimize-react-re-renders/ 18 comments reactjs
- React performances - How to manage components re-renderings https://github.com/mbeaudru/react-performances-rendering-management 4 comments reactjs
- use-force-update -- a React Hook that forces your functional component to re-render https://github.com/CharlesStover/use-force-update 4 comments reactjs
- How do I tell react to only re-render sibling B and not sibling A when a certain variable in the parent state changes? https://www.reddit.com/r/webdev/comments/812hmh/how_do_i_tell_react_to_only_rerender_sibling_b/ 3 comments webdev
- Lucy: How does React decide to re-render a component? http://lucybain.com/blog/2017/react-js-when-to-rerender/ 4 comments reactjs
- useSyncExternalStore - The underrated React API - Interactive article - Might prevent some useless React re-renders https://thisweekinreact.com/articles/useSyncExternalStore-the-underrated-react-api 7 comments reactjs
- When does React re-render? - Explaining React rerenders and how to optimize render performance https://felixgerschau.com/react-rerender-components 7 comments reactjs
- React Context and Re-Renders: React Take the Wheel – Ryan Florence https://medium.com/@ryanflorence/react-context-and-re-renders-react-take-the-wheel-cd1d20663647 4 comments reactjs
- React recursively re-renders child components, but there is a nuance https://alexsidorenko.com/blog/react-render-children-prop/ 9 comments reactjs
- React site not re-rendering properly after receiving SocketIO data https://codesandbox.io/p/github/Vastagon/online-chess/draft/happy-smoke?file=%2Fclient%2Fsrc%2Fcomponents%2FBoard.js 6 comments webdev
- React Performance: How to avoid redundant re-renders https://iskenxan.medium.com/react-performance-how-to-avoid-redundant-re-renders-6a33618d92a3?sk=4fae96e7caffd4447d6947a21811e448 9 comments reactjs
- I struggled to understand re-rendering and memoization in React for a long time. Today I wrote the article I wish I had read many years ago. The information is concise and to the point. I hope it helps someone. https://medium.com/@kolbysisk/understanding-re-rendering-and-memoization-in-react-13e8c024c2b4 35 comments reactjs
- I struggled to understand re-rendering and memoization in React for a long time. Today I wrote the article I wish I had read many years ago. The information is concise and to the point. I hope it helps someone. https://medium.com/@kolbysisk/understanding-re-rendering-and-memoization-in-react-13e8c024c2b4 46 comments javascript
- A very Informative and ELI5-style intro to React.memo & memoization of functional components in React to prevent unnecessary re-renders https://kyleshevlin.com/using-react-memo-to-avoid-unnecessary-rerenders 22 comments reactjs
- Svelte Custom element API: To change component state and trigger a re-render, just assign to a locally declared variable. (Svelte received nearly as many github starts as react this month, even if you invested in React/Vue you need to see this, because frameworks like these are the future of JS UI) https://svelte.dev/docs#custom_element_api 8 comments javascript