Second guessing the single-page-app pattern
SPA is about providing an entire app by exposing a single physical web page containing an enormous javascript bundle. It breaks the original web paradigm in many ways. Surprisingly enough, we invest a lot of efforts to mimic the regular web behaviour.
Isn’t time for modern frontend to reconsider the SPA approach?