Hacker News new | ask | show | jobs
by steven777400 3967 days ago
I haven't done any client-side routing. Normally each page is either static HTML/JS or is served by ASP.NET MVC on the server side. Then APIs are used to load the models on the client side and perform interaction. In other words, we're not making any effort to move to "single page" applications.
1 comments

Ah I get it -- knockout is even better for that kind of usecase