DEV Community

Discussion on: What was the most over-hyped software movement?

Collapse
 
maxart2501 profile image
Massimo Artizzu

IMO SPAs make a lot of sense. It's the concept of dealing with the view on the client side, rather than on the server. The server should just send data, not the view itself.
(Yes, all of this is nuanced by server-side rendering and so on, but still.)

Collapse
 
thermatix profile image
Martin Becker

The reason I like this mentality is it means you can build a single API that then gets used across everything, any updates or changes an everything gets access to it and it also means easier to maintain as well.

Combine that with a tool like React-Native and you have an almost build once run everywhere product.