What do you prefer to use for the requests themselves? What's the difference between Axios and fetch — why not just use the native fetch?
Middle
134
What do you prefer to use for the requests themselves? What's the difference between Axios and fetch — why not just use the native fetch?
What difficult and interesting problems have you solved? Tell about an interesting or complex feature.
How do you handle errors in JavaScript? What approaches or tools do you use?
Regarding styles and CSS — which technologies do you like, which have you used? What approaches are there in describing styles in conjunction with frameworks?
Tell me about Suspense and code splitting in React.
How do you feel about the approach of CSS-in-JS (styled-components, emotion)?
For form validation, I used yup — what other validation libraries have you looked at?