rerender
There are 15 repositories under rerender topic.
lahmatiy/react-render-tracker
React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
gitaarik/lit-state
Simple shared component state management for LitElement.
soroushchehresa/react-ignore-rerender
🚀 Simple component for ignoring the re-rendering of a piece of React's render method.
zzarcon/react-smart-key
Pass anything as key without re-renders
multum/react-updates
React tool for debugging redundant re-renders
flyskyko/vue-route-key
Restart component when change route params and query and force restart component.
eberhara/react-interval-renderer
Rendering react components every x milliseconds
zlatnaspirala/safir
Lightweight JavaScript framework based on Template Literals vs CustomEvents features. Virtual DOM basic structure.
ErnestBrandi/react-update-at
React wrapper to re-render component at a given times.
elze/use-selector-blogposts
React.js application created for Women Who Code ATX meetup that uses useSelector hook and explores how to avoid re-rendering all the child components when one of them changes state
pdhorn/hook-navigator
In React, see which state variable setters are called multiple times.
saeedmhmoud100/simple-products-page
single page cart with JavaScript
mBahrawy/react-optimized-effects
react-optimized-effects
andy2046/rerender
Rerender for Single Page Application SEO
Ashutosh-Chikhaliya/Use-Memo
Created a parent component with a simple counter and a child component displaying a todo list. Utilized the useMemo hook to prevent unnecessary re-renders of the child component when the parent component's state changes, ensuring optimal performance.