You're working on a project where you have to fetch data from an API and display it on a webpage without refreshing it. Which technology would be most suitable for this?

  • WebSockets
  • Fetch API
  • REST API
  • GraphQL
The Fetch API is commonly used for making asynchronous network requests, including fetching data from APIs and updating web pages without refreshing. While WebSockets are used for real-time communication, REST and GraphQL are architectural approaches, not technologies.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *