Data Querying
All projects use different technology for asynchronous data exchange with backends; however, under the hood, either XMLHttpRequests or fetch API is used.
Also, worth noting, the data transfer objects in this section often repeat the ones on the server-side.