Try this exercise. Click the correct answer from the options.
What is one common approach to connect the frontend React app with the backend Express.js API?
Click the option that best answers the question.
- Use GraphQL to establish communication between the frontend and backend
- Send HTTP requests from the frontend to the backend API endpoints
- Use Redux to manage state between the frontend and backend
- Establish a direct WebSocket connection between the frontend and backend