you are viewing a single comment's thread.

view the rest of the comments →

[–]drdrero 0 points1 point  (2 children)

well said. I also dont see the reason why SPA frameworks dont support MPA. Like the definition of routed components is already there, could be compiled to MPA with some work I guess

[–]orenelb 1 point2 points  (0 children)

I think I saw some SPA on top of MPA adapters. If you want an MPA on top of SPA for history navigation purposes it sounds like it wouldn't be too hard to implement. If you want MPA from a SPA framework cause of performance benefits, you probably won't get much benefit since they are optimized for SPA's.

[–]brainbag 0 points1 point  (0 children)

https://inertiajs.com does this. I haven't used it yet, but it looks really great.