React components - when do children re-render?
Here's a simple question - when do the children of a React component re-render? At first glance, the answer is obvious - React children will re-render when either their props/state change or their parent component re-renders. But, as usual, there's m...
whereisthemouse.hashnode.dev5 min read