This article is the first of a two part series on CanJS's hashchange routing system - can.route. This part walks through the basics of hashchange routing and how can.route
can be used for basic patterns. Specifically, it covers:
Subscribe
Get our best content on how to build better apps.
Subscribe
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
Faster jQuery.event.fix with ES5 Getters
If you turn on a profiler in most of the apps we've built and click around like a user, after a while you'll notice jQuery.event.fix
is often taking the most time (in the video below, it takes 6.34% of the total time). Following the logic behind Amdahl's law, it makes sense that making jQuery.event.fix
faster would have the greatest impact on our apps. This article walks through:
Justin Meyer
Introducing CanJS
This past Tuesday, at JSConf in Pheonix, Bitovi released CanJS (download). CanJS is the MVC parts of JavaScriptMVC, extracted into a single script download, with additional features that make it sizzle. There’s a lot of client-side MVC libraries out there, but this article will explain what sets CanJS apart from its competition.
Brian Moschel