- Software Engineer @ Meta
 - BSc in Computer Science @ Technion - Israel Institute of Technology
 
useEffectuse cases- Same state value, Component still renders
 - When does the 
useEffect's callback's return statement execute? - What 
ErrorBoundaryactually does. - Context API bailout.
 - How 
eslintintegrated increate-react-app useRefvs local variable.- Run 
useEffectwith dependencies, only on mount. - Counter with 
setIntervalcommon mistakes. - React Context API vs Local Storage
 - Is it safe to use 
ref.currentasuseEffect's dependency whenrefpoints to a DOM element? - Why, exactly, do we need 
React.forwardRef? - Is there a generic way to set state in React Hooks?
 - Is React onClick more like a JavaScript addEventListener than like a standard JavaScript onclick attribute?
 - How to make an import shortcut/alias in 
create-react-app? - What are the drawbacks of 
create-react-app?