Continue →
JavaScript templating with Django
I've just spent some time finally getting around to investigating client-side JavaScript templating. Prior to this none of the projects I've done have managed to cross the web app event horizon -- that point at which a lot of page assembly is done in the browser, you have to maintain a lot of state, your code become complex enough that readability is becoming a concern, etc. and the traditional web "site" technique of building pages...