• AJAX = Asynchronous JavaScript And XML
  • Read data from a web server - after the page has loaded
  • Update a web page without reloading the page
  • Send data to a web server - in the background
  • 브라우저에서 서버로 비동기 요청에 쓰임
  • fetch, axios, react-query, swr