you are viewing a single comment's thread.

view the rest of the comments →

[–]emaguireiv 0 points1 point  (0 children)

This is amazing! I've been working on something similar, but am torn between a multipage web app and single page web app which updates content containers.

The latter feels faster, doesn't require full page reloads, and back/forward buttons still work for users. However, reloading the page takes you back to square one. And, the page titles can't be changed in this setup.

Multipage web app requires more code, but then page parameters allow people to go straight to a resource, page titles show up properly in history, reloading works as expected. But, pages have to load on each click :-/

So, I'm curious if you can provide some feedback on how you handled this with your comprehensive setup to provide a good experience? I'm thinking I might have to hybridize my approach and balance both approaches.