New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

TodoMVC - Examples of MVC for JavaScript

Searching for MVC library for JavaScript can be difficult, they all are different. How to chose based only on documentation. You can end up with something that not fits You, but has nice looking site ;)

Addy Osmani created repo with Todo Examples written in most popular libraries:
https://github.com/addyosmani/todomvc

With this it can be really easy to try and see how these libraries are really working in more serious app than hello world.

Backbone is interesting but I must admit that most of them are rather new to me.

YUILibrary and Sproutcore are rather not for me.

Anyone is using one of :

  1. JavaScriptMVC
  2. Knockoutjs
  3. Sammyjs
  4. Spine


Any recommendations? I rather don't want to use something heavy.

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)