Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Single page app (SPA) #

Pragya Keshap answered on February 12, 2023 Popularity 4/10 Helpfulness 1/10

Contents


More Related Answers


Single page app (SPA) #

0

A single page app (SPA) is usually an application written in JavaScript that runs in the browser and it often implements complex UI logic. Applications such as Google Maps or Gmail are examples of applications that are highly complex and must be very interactive. SPAs are ideal for these cases.

Disadvantages

However, SPAs also have disadvantages:

Since logic can be implemented in an SPA, in practice business logic often also leaks into the UI. This makes further development difficult, because logic is now implemented on the server and the client and thus at two different points in two, usually different, programming languages.

The load times of an SPA can be higher than the load times of a simple website. Not only must HTML be displayed, but the JavaScript code must be loaded and started. Loading times are very important in some areas like e-commerce, because the user behavior of customers depends on loading times

https://medium.com/chehipster/single-page-applications-spa-bbee3d913700

Popularity 4/10 Helpfulness 1/10 Language whatever
Source: Grepper
Tags: whatever
Link to this answer
Share Copy Link
Contributed on Feb 12 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.