Posts in Spa (2 found)
Binary Igor 8 months ago

Multi vs Single Page Apps: user experience, performance, complexity and more

To establish what these differences are, we will go through two implementations of Projects App - one as HTMX MPA and the other as React SPA. This makes our comparison more concrete and objective, since the same functionalities were implemented twice, only approach - MPA vs SPA - is what makes these cases different.

0 views
Binary Igor 2 years ago

HTMX: simpler web-based app/system

Nowadays, when we develop web-based app/system it is most likely built as SPA, which is a single page application. We should ask, why have we done that? Why have we switched from multi page applications, where the browser supported all of these functions out of the box, functions that we now need to recreate by writing custom JavaScript code?

0 views