Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Can Router at Multiple Page Applications

$
0
0
Hello,

All of the CanJS examples i've seen was routing with hashchanges (which i can understand it's the main purpose mostly).
I was wondering when you're developing multiple page applications (which I'm working on right now), how you should i approach?

On the web one of the best example i've seen so far SoundCloud. I don't know how they are handling routing but i know they are using backbone with some nice server-side stuff.
Changing at pages are really fast as hash changes. You can see it in action with clicking here.
Click to a song in set and return back with link or back button or move forward.

I'm not saying i need to build something like soundcloud, but mostly my main approach is similiar to them with AMD modules etc.
But i couldn't be sure how should i handle routes and load controller modules i created.

A few tips can be cool.

Thanks.

Viewing all articles
Browse latest Browse all 3491

Trending Articles