Questions

  1. How does the useEffect Hook work?
  2. How woulda YOU manage state in a larger application (I.e. Redux, Context API, customs store, etc)
  3. How do you make sure an app isn’t unnecessarily rerendering?
  4. Explain how routing might work in React
  5. Explain difference between props vs state
  6. What is useRef and how would you implement it?
  7. How do YOU add styling to a React project?
  8. Explain async/await