© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
R. NicoaraHow to be a Web Developerhttps://doi.org/10.1007/978-1-4842-9663-9_4

4. GraphQL and JavaScript

Radu Nicoara1  
(1)
Berlin, Germany
 

Before you move on to building your app, you need to learn a bit more about the technologies at the core of most modern web applications. This chapter covers JavaScript, the programming language that you will use in your project, as well as GraphQL, which is the modern way to transfer data through an Application Programming Interface (API).

GraphQL

GraphQL is a way in which you can communicate with the server side of an application, in order to send and receive data. It is currently one of the newest and most commonly ...

Get How to be a Web Developer: A Complete Beginner's Guide on What to Know and Where to Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.