Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Dennis Vash

Dennis Vash

Dennis Vash has asked 9 questions and find answers to 170 problems.

Stats

7.3k
EtPoint
2.9k
Vote count
9
questions
170
answers

About

  • Software Engineer @ Facebook
  • BSc in Computer Science @ Technion - Israel Institute of Technology

  • useEffect use cases
  • Same state value, Component still renders
  • When does the useEffect's callback's return statement execute?
  • What ErrorBoundary actually does.
  • Context API bailout.
  • How eslint integrated in create-react-app
  • useRef vs local variable.
  • Run useEffect with dependencies, only on mount.
  • Counter with setInterval common mistakes.
  • React Context API vs Local Storage
  • Is it safe to use ref.current as useEffect's dependency when ref points 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?