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