Hacker News
- Why Did My React Component Re-Render? https://medium.com/uncountable-engineering/why-did-my-react-component-re-render-71b5acecbbd1 2 comments
- Why does React re-render the components multiple times when using Zustand? https://i.stack.imgur.com/Uql7Q.png 5 comments reactjs
- React functional components re-renders https://codesandbox.io/embed/prevent-rerendering-with-hooks-69dqp?fontsize=14 8 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 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
- React performances - How to manage components re-renderings https://github.com/mbeaudru/react-performances-rendering-management 4 comments reactjs
- Lucy: How does React decide to re-render a component? http://lucybain.com/blog/2017/react-js-when-to-rerender/ 4 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
- use-force-update -- a React Hook that forces your functional component to re-render https://github.com/CharlesStover/use-force-update 4 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
- 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