Modular TodoMVC app with CanJS and RequireJS

Posted on August 26, 2012

To build modular JavaScript applications with CanJS and RequireJS is not as easy as it sounds. Because CanJS seems to have an incomplete support of AMD. To find a way to solve this issue I have refactored the official CanJS TodoMVC app for using CanJS and RequireJS.

Source code

Feel free to check out all source code, which is available at GitHub. Most of the code is written in CoffeeScript - just for fun.

Random notes

Helpfull links

Update

Latest build of CanJS supports AMD - Thanks to @CanJS for the hint. The source has been updated.

-Jens

Any feedback?

comments powered by Disqus