taylorhughes / skit

skit: A pure JavaScript frontend for building better web clients.
MIT License
540 stars 22 forks source link

How to stop full page reload? #16

Open ghost opened 9 years ago

ghost commented 9 years ago

Got a question -- how would you achieve not doing a full page reload when clicking on the About link in the skeleton application? Tried using navigate() via binding to the click event, but that also results in a full page load (and is rather clumsy).

taylorhughes commented 9 years ago

I haven't implemented client-side navigation yet, but once I get to implementing that it'll just be a setting to enable.